InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is true?(a) Inheritance must not be using when overriding is used(b) Overriding can be implemented without using inheritance(c) Inheritance must be done, to use overriding are overridden(d) Inheritance is mandatory only if more than one functionsThe question was asked in exam.This question is from Overriding Member Functions in portion Member Functions & its Types of Object Oriented Programming |
|
Answer» Right option is (C) Inheritance must be DONE, to use overriding are overridden |
|