ICSE Class 10 Computer Applications
Question 16 of 30
Solved Sample Paper 4 — Question 16
Back to all questions 16
Question Question 1(xvi)
This access specifier achieves the lowest level of accessibility.
- Public
- Protected
- Private
- Default
Private
Reason — Private access specifier achieves the lowest level of accessibility as a data member or member method declared as private is only accessible inside the class in which it is declared.