InterviewSolution
Saved Bookmarks
| 1. |
If single inheritance is used, program will contain ________________(a) At least 2 classes(b) At most 2 classes(c) Exactly 2 classes(d) At most 4 classesThe question was posed to me during an interview for a job.Origin of the question is Single Level Inheritance topic in chapter Inheritance & its Types of Object Oriented Programming |
|
Answer» Correct answer is (a) At least 2 classes |
|