Inheritance in Java Flashcards

1
Q

What do you mean by inheritance in java?

A

Inheritance is one of the key principle of object oriented programming. Through inheritance, one class can inherit the properties of another class. The class from which properties are inherited is called super class and the class to which properties are inherited is called sub class.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

More on Java inheritance

A

https://javaconceptoftheday.com/inheritance-in-java/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly