1.

Which feature is not related to the derived classes among the following?(a) Inheritance(b) Encapsulation(c) Run time memory management(d) Compile time function referencesThe question was asked by my college director while I was bunking the class.I need to ask this question from Derived Class topic in chapter Classes of Object Oriented Programming

Answer» CORRECT option is (c) Run TIME memory MANAGEMENT

Easy EXPLANATION - The memory management is the feature that is not necessary for DERIVED classes that will be a part of whole program. The functions references must be resolved for their proper use if inheritance is used.


Discussion

No Comment Found

Related InterviewSolutions