Computer Science, asked by rakhig12331, 28 days ago

WAP in java in which one calss inheritance the property of anther class

Answers

Answered by prakashakash802
1

Answer:

Sub Class/Child Class:

Subclass is a class which inherits the other class. It is also called a derived class, extended class, or child class. Super Class/Parent Class: Superclass is the class from where a subclass inherits the features.

Similar questions