InterviewSolution
Saved Bookmarks
| 1. |
It is ____________________ to define the abstract functions.(a) Mandatory for all the classes in program(b) Necessary for all the base classes(c) Necessary for all the derived classes(d) Not mandatory for all the derived classesThis question was posed to me during an interview.I need to ask this question from Abstract Function topic in section Member Functions & its Types of Object Oriented Programming |
|
Answer» The correct option is (c) Necessary for all the derived classes |
|