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
Define Single Inheritance
Home
JAVA
Define Single Inheritance
0
votes
asked
Feb 8, 2021
in
JAVA
by
SakshiSharma
Define Single Inheritance
single-inheritance
inheritance
java-inheritance
java
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 8, 2021
by
SakshiSharma
When one class gets the features of another class then this is known as
single inheritance
.
...