An abstract class is
A) one that has at least one pure virtual function.
B) one that supports polymorphism.
C) one that has all of its member functions declared private.
D) one that has all of its member variables declared private.
E) None of the above
A) one that has at least one pure virtual function.
Computer Science & Information Technology
You might also like to view...
Setting this property to No displays the object as a tabbed object
a. Modal b. Pop-up c. Pull-down
Computer Science & Information Technology
The const_cast operator can be used to cast away ___________ or ____________ qualifications.
a. const, volatile. b. The const-ness property, remove. c. Property, const. d. enum, #define.
Computer Science & Information Technology