Login
Remember
Register
Ask a Question
Name the type of classes performed by Inheritance
0
votes
asked
Feb 8, 2021
in
JAVA
by
SakshiSharma
Name the type of classes performed by Inheritance
#inheritance
java-inheritance
inheritance-class
java-inheritance-class
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 8, 2021
by
SakshiSharma
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.
...