Term
|
Definition
The process by which one class (the child or derived class) inherits the properties, methods, and events of another class (the parent or base class). |
|
|
Term
|
Definition
The collection of a parent class along with its descendants. |
|
|
Term
|
Definition
The set of properties, methods, and events for a class and defines how the class will behave. |
|
|
Term
|
Definition
The feature by which two classes can have methods that are named the same and have essentially the same purpose, but different implementations. |
|
|
Term
|
Definition
A keyword used to designate the parent’s methods that are overridden. |
|
|
Term
|
Definition
A keyword used to designate the child’s methods that are doing the overriding. |
|
|