How to make a class non-inheritable other than sealed?
Answer Posted / avinash
Use static class,static class make a class non inheritable
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What is the difference between values and reference types?
Is linkedhashset synchronized?
Is int a class in c#?
What is the best dependency injection c#?
What is the difference between string and string in c#?
How does insertion sort work?
Can constructor be private c#?
Does c# do array bounds checking?
Give examples for value types?
Explain different properties of object oriented systems.
What is default parameter in c#?
Explain how is the dll hell problem solved in .net?
Why do we need generics?
What is the difference between as and is operators in c#?
What is cookies c#?