InterviewSolution
Saved Bookmarks
| 1. |
Which class is used to design the base class?(a) abstract class(b) derived class(c) base class(d) derived & base classThe question was asked during an interview.I need to ask this question from Abstract Classes topic in portion Derived Classes, Templates & Exception Handling in C++ of C++ |
|
Answer» Right OPTION is (a) abstract class |
|