Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Name the type of classes performed by Inheritance
Home
JAVA
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.
...