Master java skills

Java Inheritance

Inheritance is a concept in which properties and behaviour of one class are inherited by another class. The class whose properties are inherited is called parent class, whereas the class that inherits properties and behaviour is called child class.

It has been discussed in more details in the next chapter.

Next Chapter