differences between interfaces and abstract classes.
Utilisateur anonyme
interface can implement, abstract calss extend, means interface is a kind of contract, and abstract is a special class. but can the instantiate. Interface can change state, but abstract classes can.