ICSE Class 10 Computer Applications
Question 6 of 17
Encapsulation — Question 10
Back to all questions 10
Question Question 7(a)
What will be the visibility of a public class ?
A public class is visible to all the classes, whether they are in the same package or in a different package.