Skip to content

Single inheritance is a feature in Java where a class can inherit only one parent class. In other words, a subclass can only inherit from one superclass. This is also known as "is-a" relationship, where a subclass is a type of its superclass.

License

Notifications You must be signed in to change notification settings

VaibhavMojidra/Java---Demo-Single-Inheritance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Demo Single Inheritance

Vaibhav Mojidra - 1.jpeg

About

Single inheritance is a feature in Java where a class can inherit only one parent class. In other words, a subclass can only inherit from one superclass. This is also known as "is-a" relationship, where a subclass is a type of its superclass.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages