InterviewSolution
Saved Bookmarks
| 1. |
Each class can inherit the base class ________________(a) Independently using any inheritance(b) Independently with private inheritance only(c) With same type of inheritance(d) With each class using different inheritance onlyThe question was posed to me during an interview.This interesting question is from Hierarchical Inheritance in portion Inheritance & its Types of Object Oriented Programming |
|
Answer» Correct answer is (a) Independently using any inheritance |
|