Select from following answers:- Prevents inheritance of a class
- Prevents method overloading
- Prevents polymorphism
- Prevents illegal access to a class
- All Above
When you want to restrict your classes from being inherited by others you can create the class as sealed class.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator