ICSE Class 10 Computer Applications
Question 10 of 16
Encapsulation and Inheritance — Question 12
Back to all questions 12
Question Question 12
What does the inheritance mechanism allow one class to acquire from another?
The inheritance mechanism allows the derived class to inherit the state and behaviour from the base class. The private data members and member methods are not inherited by the sub class.