InterviewSolution
Saved Bookmarks
| 1. |
How many classes can be inherited by a single class in java?(a) Only 1(b) Only 27(c) Only 255(d) Only 1024The question was posed to me in an interview for job.I need to ask this question from Types of Inheritance in section Inheritance & its Types of Object Oriented Programming |
|
Answer» The CORRECT choice is (a) Only 1 |
|