Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

java-sealed-classes-example

This is a basic Java project to demonstrate basically what sealed classes are in Java.

Sealed classes/interfaces in Java are used to restrict which classes may extend or implement them.

How to Contribute

For the contributor covenant to this project, please check the Code of Conduct file.

Contributor Covenant