Skip to content

inheritance is one of the key concepts of OOP. It allows a new class(called the child class or sub class) to acquire the properties and behaviors of another class called super class.

Notifications You must be signed in to change notification settings

harshadev-7/Inheritance-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

About

inheritance is one of the key concepts of OOP. It allows a new class(called the child class or sub class) to acquire the properties and behaviors of another class called super class.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages