👤

A class whose attributes and mothods are inherited by other classes.
a. Interface
b. Object
c. Subclass
d. Super class​


Sagot :

Answer:

B. object

Explanation:

#I hope helps

#Carrylerning

Answer:

c. Subclass

Explanation:

A class that is derived from another class is called a subclass (also a derived class, extended class, or child class). The class from which the subclass is derived is called a superclass (also a base class or a parent class).

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