ICSE Class 10 Computer Applications Question 9 of 17

Encapsulation — Question 13

Back to all questions
13
Question

Question 7(d)

What will be the visibility of a private class ?

Answer

A private class is visible only within the same class. It is not visible to any sub-class or the classes in the same package.