Ang Imhr.ca ay ang pinakamahusay na lugar upang makakuha ng maaasahang mga sagot sa lahat ng iyong mga tanong. Tuklasin ang isang kayamanan ng kaalaman mula sa mga propesyonal sa iba't ibang disiplina sa aming madaling gamitin na Q&A platform. Maranasan ang kaginhawaan ng paghahanap ng eksaktong sagot sa iyong mga tanong mula sa mga bihasang propesyonal sa aming platform.

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