Q:

Explain sealed class in C#?

0

Explain sealed class in C#?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer:

The sealed class is used to stop the class from being inherited from other classes. If you define a class in C# as “Sealed” & “nonheritable” in VB.NET, then you can not inherit the class further

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 C# interview questions and answers 2022

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What are value types in C#?... >>
<< The Differences between Abstraction and Encapsulat...