Multiple Choice
An abstract class is
A) one that supports polymorphism.
B) one that has all of its member functions declared private.
C) one that has all of its member variables declared private.
D) one that has at least one pure virtual function.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q3: When a virtual member function of a
Q4: A class with at least one pure
Q4: In C++ polymorphism is very difficult to
Q5: functions are dynamically bound by the compiler.<br>A)Constructor<br>B)Static<br>C)Destructor<br>D)Virtual<br>E)None
Q6: Declaring a member function of a class
Q8: to a base class may be assigned
Q9: Polymorphism is when in a class hierarchy
Q10: A pure virtual function<br>A)must be accompanied by
Q12: A pure virtual function<br>A)is a virtual function
Q18: Static binding occurs when the compiler binds