Explain sealed class in C#?
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
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
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