Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 441 Bytes

File metadata and controls

11 lines (6 loc) · 441 Bytes

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