InterviewSolution
Saved Bookmarks
| 1. |
Multiple inheritance is ____________________(a) When a class is derived from another class(b) When a class is derived from two or more classes(c) When a class is derived from other two derived classes(d) When a class is derived from exactly one classI had been asked this question by my college professor while I was bunking the class.This interesting question is from Multiple Inheritance in portion Inheritance & its Types of Object Oriented Programming |
|
Answer» The correct choice is (b) When a class is derived from TWO or more classes |
|