Multiple Choice
An abstract class is somewhat restricted in how it can be used because
A) it cannot use dynamic binding for its member functions.
B) it cannot use static binding for its member functions.
C) All of its members must be public.
D) the compiler does not allow objects of the class to be created.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q12: When more than one class is derived
Q13: A pure virtual function<br>A) must be overridden
Q14: An abstract class is<br>A) one that has
Q15: Polymorphism in C++ will not work unless
Q16: A pure virtual function<br>A) is a virtual
Q18: Static binding occurs when the compiler binds
Q19: When a virtual member function of a
Q20: In C++, polymorphism is based on the
Q21: _ functions are dynamically bound by the
Q22: If you want to make sure that