Solved

An Abstract Class Is Somewhat Restricted in How It Can

Question 17

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions