Home » C++ Programming » Objects and Classes

How can we make a class abstract?

Correct Answer: By making at least one member function as pure virtual function.

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion