Inheritance

2 years ago
3

Inheritance is a mechanism by which different classes in a hierarchical association of a class share properties and operations. For two classes A and B, if class A is a subclass of class B, then class B is a generalisation of class A.

Loading comments...