Inheritance
Chapter
Abstract
Inheritance, in C++, is the ability of a class to inherit the features of one or more other classes. It is exactly this ability of deriving from an existing class or classes which makes inheritance such an important feature in the C++ language, not only from the point of view of object-oriented programming, but also in the design and development of reusable code. Similar classes with inherent relationships can be placed into class hierarchies to assist in the conceptualisation and organisation of program code
Keywords
Class Point Class Class Access Specifier Head File Member Function
These keywords were added by machine and not by the authors. This process is experimental and the keywords may be updated as the learning algorithm improves.
Preview
Unable to display preview. Download preview PDF.
Copyright information
© Springer-Verlag London Limited 1996