1.

Pure virtual functions

A. have to be redefined in the inherited class.
B. cannot have public access specification.
C. are mandatory for a virtual class.
D. None of the above.
Answer» B. cannot have public access specification.


Discussion

No Comment Found