Here's the part of the condition:
To create an abstract class C Digit:
Not public member variable "digit"
Features:
-for reading
-to record
Output Function outputs an output stream
- virtual function "less" for comparison of objects
2. Build a successor to CDigit
- hidden member variable
Functions
-for reading
- recording
-implementation of virtual output
-implementation of the data comparison function in the less class
Operators:
<< - displays in the specified stream
>> reads from a specified stream
int operator =
bool operator ==
3. Build a successor to CDigit
hidden member variable
constructors that are needed
Features:
-for reading
-to record
-implementation of void Output and "less"
Operators:
<<
>>
int operator = - to assign m_iExpFreq
bool operator ==