ICSE Class 10 Computer Applications
Question 5 of 17
Encapsulation — Question 9
Back to all questions 9
Question Question 6(d)
What will be the scope of a private class?
A top-level class can't be declared as private. Only inner or nested classes can be private.