+ 3
use abstract class when some methods or variables are exactly the same for all the child classes. with interfaces you force to rewrite / redefine the job of a same method name in the different child classes. ok?
27th Jul 2016, 4:18 PM
Yoann Melchior
Yoann Melchior - avatar