Sunday, July 1, 2012

Implementation inheritance and interface inheritance

What are implementation inheritance and interface inheritance?


Implementation inheritance is achieved when a class is derived from another class in such a way that it inherits all its members.


Interface inheritance is when a class inherits only the signatures of the functions from another class.

No comments:

Post a Comment