Login
Remember
Register
Ask a Question
What is Inheritance?
+1
vote
asked
May 24, 2019
in
JAVA
by
rajeshsharma
Inheritance means one class can extend to another class. So that the codes can be reused from one class to another class.
Existing class is known as Super class whereas the derived class is known as a sub class.
#javaquestionanswer
#java
#javaanswer
#javainterview
Java-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...