![]() |
Data Abstraction and Problem Solving with C++Walls and Mirrorsby Frank M. Carrano |
![]() |
||||
EquidistantShape410.h File ReferenceDetailed DescriptionExample of an abstract base class and pure virtual methods. An abstract class is a class that contains at least one pure virtual method. As an abstract class, instances of typeEquidistantShape cannot be created. The pure virtual methods may oy may not be given implementations (usually their implementations are left to the concrete classes that derive from the abstract base class).
Definition in file EquidistantShape410.h.
Go to the source code of this file.
|