![]() |
Data Abstraction and Problem Solving with C++Walls and Mirrorsby Frank M. Carrano |
![]() |
||||
EquidistantShape411.h File ReferenceDetailed DescriptionAbstract base class which stores an instance variable. Notice thatsetRadius and getRadius must be implemented; they are not pure virtual. These methods will be inherited by derived classes, which should not redefine them. The pure virtual method displayStatistics makes this an abstract class. Descendant classes must implement this method to become concrete classes.
Definition in file EquidistantShape411.h.
Go to the source code of this file.
|