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.

  1. Public
  2. Protected
  3. Private
  4. Default
Answer

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.