0 votes
in JAVA by
Name the type of classes performed by Inheritance

1 Answer

0 votes
by
Below are the type of classes performed by Inheritance

• Parent class which is a Super or Base class.

• Child class which is a Subclass or Derived class.
...