Pick out the correct option.
(a) We cannot make an instance of an abstract base class
(b) We can make an instance of an abstract base class
(c) We can make an instance of an abstract super class
(d) We can make an instance of an abstract derived class
This question was posed to me in a national level competition.
Question is taken from Abstract Classes in chapter Derived Classes, Templates & Exception Handling in C++ of C++