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.

  1. protected
  2. private
  3. public
  4. default
Answer

protected

Reason — protected access specifier can be accessed only by the subclass in other package or any class within the same package.