Computer Science, asked by suparamkumar, 2 months ago

the child class or derived class inherits the feathure from the _______​

Answers

Answered by runacolaso
1

Explanation:

Inheritance is the procedure in which one class inherits the attributes and methods of another class. The class whose properties and methods are inherited is known as the Parent class. And the class that inherits the properties from the parent class is the Child class.

Similar questions