1.

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 classThis 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++

Answer»

Correct ANSWER is (a) We cannot MAKE an instance of an ABSTRACT base class

The best EXPLANATION: We cannot make an instance of an abstract base class.



Discussion

No Comment Found

Related InterviewSolutions