+ 6
it is recommended to use interfaces over abstract classes except in case where you want your subclasses to inherit some common data members as well, which represent the state of an object, in that case, use abstract class.
28th May 2018, 1:22 PM
Yousaf
Yousaf - avatar