The object of an Abstract Class
Abstract classes in C++ are those classes that can't be instantiated.
Q. How a class becomes abstract in C++?
A. When you declare one or more functions as pure virtual functions inside the class then it becomes abstract.
How to create a virtual fu...
akh1l.hashnode.dev1 min read