A class that is inherited in Java is called a
A class that is inherited in Java is called a Correct Answer subclass
A class that is inherited/derived from another class is called subclass(also a derived class extended class or child class). The class from which the subclass is derived is called superclass(also a base class or parent class).
মোঃ আরিফুল ইসলাম
Feb 20, 2025