If a class called CAnimals is derived from CCircusAct, and CElephants is derived from CAnimals, which is the class declaration for CElephants?
A. class CCircusAct : public CElephants
B. class CAnimals : private CElephants
C. class CElephants : public CAnimals
D. class CElephants : public CCircusAct
C
Computer Science & Information Technology
You might also like to view...
Two major subclasses of logic bombs are investment offers and data piracy.
a. true b. false
Computer Science & Information Technology
The ____ data type allows external files to be attached to a table record and stored as part of the database.
A. Attachment B. OLE object C. Text D. Memo
Computer Science & Information Technology