What is diff b/w interface inheritance and class inheritance ?
Ask by Anonymous User
Updated 18 Sep 2020
In interface inheritance : Inherited class must implement all the methods define in that interface. Class inheritance : inherited class may or may not implement all methods of that base class.