ICSE Class 10 Computer Applications Question 1 of 30

Solved 2024 Specimen Paper ICSE Class 10 Computer Applications — Question 1

Back to all questions
1
Question

Question 1(i)

Name the feature of java depicted in the below picture.

  1. Encapsulation
  2. Inheritance
  3. Abstraction
  4. Polymorphism
Name the feature of java depicted in the picture. ICSE 2024 Specimen Computer Applications Solved Question Paper.
Answer

Inheritance

Reason — The given picture shows the relationship of a parent (father) and child. Just like a child inherits some characteristics from his parents, inheritance enables new classes (derived class) to receive or inherit the properties and methods of existing classes (base class).