InterviewSolution
Saved Bookmarks
| 1. |
Abstract functions of a base class _________________(a) Are overridden by the definition in same class(b) Are overridden by the definition in parent class(c) Are not overridden generally(d) Are overridden by the definition in derived classThis question was addressed to me by my school teacher while I was bunking the class.The origin of the question is Overriding Member Functions topic in section Member Functions & its Types of Object Oriented Programming |
|
Answer» The correct answer is (d) Are overridden by the definition in derived CLASS |
|