Abstraction - The identification of an object and its constituent parts.
Base Class - A class that is inherited by other classes.
Derived Class - A class that inherits methods from a base class and
add its own methods.
Encapsulation - The hiding of data.
SubClass - See Derived Classes
| Top | Master Index | C++ Keywords | Functions |