Glossary of C++ terms.


o Abstraction - The identification of an object and its constituent parts.

o Base Class - A class that is inherited by other classes.

o Class -

o Derivation - See Inheritance

o Derived Class - A class that inherits methods from a base class and add its own methods.

o Encapsulation - The hiding of data.

o Inheritance - Creation of a class from an existing class. The new class inherits data and behavior from the original class.

o method -

o Object -

o Polymorphism - is the ability for objects derived from the same base class to react to a message in a unique way.

o SubClass - See Derived Classes

o SuperClass - See Base Classes


Top Master Index C++ Keywords Functions


Martin Leslie 20-Mar-96