How to make a class non-inheritable other than sealed?
Answer Posted / jj
A static class is basically the same as a non-static class,
but there is one difference: a ... Static classes are sealed
and therefore cannot be inherited.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How do I open the console window?
What are primitive data types in c#?
What does get set mean in c#?
What is the output of TextWriterTraceListener redirected?
Constructor to an arbitrary base constructor?
What is difference between array and collection?
Can abstract class have parameterized constructor?
Illustrate race condition?
What are assemblies?
What is console based application?
Is xamarin free?
Explain how do you convert a value-type to a reference-type?
What is the difference between console and windows application?
What is helper method in c#?
Define satellite Assembly?