InterviewSolution
Saved Bookmarks
| 1. |
Which of these class is a superclass of all other classes?(a) Math(b) Process(c) System(d) Object |
|
Answer» The correct answer is (d) Object Best explanation: The object class class is a superclass of all other classes. |
|