ICSE Class 10 Computer Applications
Question 15 of 30
Solved Sample Paper 3 — Question 15
Back to all questions 15
Question Question 1(xv)
This access specifier is the most open access level.
- Public
- Protected
- Private
- Default
Public
Reason — A data member or member method declared as public is accessible inside as well as outside of the class in which it is declared.