text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

EquidistantShape410.h File Reference


Detailed Description

Example 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 type EquidistantShape 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).

Date:
29 May 2006
Chapter:
Chapter 8
Page:
Page 410
Version:
5.0

Definition in file EquidistantShape410.h.

Go to the source code of this file.

Classes

class  EquidistantShape


Generated on Sun Aug 27 19:59:37 2006 for AWLogo by  doxygen 1.4.6