text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

EquidistantShape411.h File Reference


Detailed Description

Abstract base class which stores an instance variable. Notice that setRadius 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.

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

Definition in file EquidistantShape411.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