Statistics · Alphabetical Classes · Inherited Classes
The Derived Class · The Derived Class (Detailed)

A derived class

public:

Derived:: Derived ()
The overridden constructor
void Base:: doNothing (int, int, int)
Do nothing
int Derived:: something (int, int &, char[])
Do something more interesting
int Base:: somethingElse ()
Do something else
float Base:: temp
The temperature of the base
Derived:: ~Derived ()
The overridden destructor

protected:

int Base:: getDate ()
Return the time in seconds

Generated automatically by cceExtHtml on 970307