user image

Gagan Mishra

Job Interview Skills
English
2 years ago

Question 588. What Are Sealed Classes In C#?

user image

Abhishek Mishra

2 years ago

Sealed classes are used to restrict the users from inheriting the class. A class can be sealed by using the sealed keyword. The keyword tells the compiler that the class is sealed, and therefore, cannot be extended. No class can be derived from a sealed class.

user image

Abhishek Mishra

2 years ago

Sealed classes are used to restrict the users from inheriting the class. A class can be sealed by using the sealed keyword. The keyword tells the compiler that the class is sealed, and therefore, cannot be extended. No class can be derived from a sealed class.

Recent Doubts

Close [x]