ICSE Class 10 Computer Applications
Question 15 of 30
Solved Sample Paper 1 — Question 15
Back to all questions 15
Question Question 1(xv)
This access specifier can be accessed only by the subclass in other package or any class within the same package.
- protected
- private
- public
- default
protected
Reason — protected access specifier can be accessed only by the subclass in other package or any class within the same package.