1.

What is an abstract class and when do you use it?

Answer»

A class is called an abstract class whose objects can never be created. Such a class EXISTS as a parent for the derived CLASSES. We can MAKE a class abstract by placing a pure VIRTUAL function in the class.



Discussion

No Comment Found