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

Verified
Correct Answer:
Verified
Q10: A pure virtual function<br>A)must be accompanied by
Q12: A pure virtual function<br>A)is a virtual function
Q13: A virtual function is declared by placing
Q15: Polymorphism in C++ will not work unless
Q16: The term means the ability to take
Q17: When more than one class is derived
Q18: Static binding occurs when the compiler binds
Q19: When the compiler binds a call to
Q20: In C++, polymorphism is based on the
Q26: Pointers to a base class may be