ICSE Class 10 Computer Applications Question 1 of 30

Solved 2023 Question Paper ICSE Class 10 Computer Applications — Question 1

Back to all questions
1
Question

Question 1(i)

A mechanism where one class acquires the properties of another class:

  1. Polymorphism
  2. Inheritance
  3. Encapsulation
  4. Abstraction
Answer

Inheritance

Reason — Inheritance enables new classes to receive or inherit the properties and methods of existing classes.