Inheritance

A class inherits the members of its parent class. Inheritance means that a class implicitly contains all members of its parent class, except for constructors. Some important aspects of inheritance are listed below:

See also:

Class Members