Sealed Classes in Object-Oriented Programming
Sealed Classes in Object-Oriented Programming
Generally if we create classes we can inherit the properties of that created class in any class without having any restrictions. In some situation we will get requirement like we don’t want to give permission for the users to derive the classes from it or don’t allow users to inherit the properties from particular class in that situations what we can do?Â
For that purpose we have keyword called “
View On WordPress
















