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
What do you mean by stack and heap in c#?
Can you specify nested classes as partial classes?
How to transpose multi-dimensional array?
What is generic method in c#?
Is int an object in c#?
What is COM Interoperability?
What are Namespaces?
What is view model in c#?
What is a trace and asset? Explain some differences?
What is a collection in c#?
What is cshtml?
How many root nodes are there in an xml document?
What is the use of flag in c#?
What is msil, and why should developers need an appreciation of it if at all?
What does dbml mean?