-
Notifications
You must be signed in to change notification settings - Fork 24
Sealed Class
Devrath edited this page Mar 8, 2024
·
13 revisions
-
Sealed classesare a collection ofinstanceswhile theenumis the collection ofvalues. - Usage of
whenexpression withenum. - Limiting the hierarchy of classes.
- Can create multiple instances of sub-types.
- sealed class is abstract by default
