InterviewSolution
Saved Bookmarks
| 1. |
How many categories are nested classes divided into?(a) 2(b) 3(c) 4(d) 5 |
|
Answer» Correct choice is (a) 2 The explanation: The nested classes are divided into two main categories. Namely, Static and non-static. The categories define how the classes can be used inside another class. |
|