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 this keyword in C#?
What is datagridview in c#?
How do I convert a string to an int in c#?
Should I use double or float?
Why hashtable is thread safe in c#?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What is the difference between abstract and virtual?
What do you understand by an Implicit Variable?
What is private variable?
Why do we use dataset in c#?
What does protected internal access modifier mean?
How do I stop my console from closing in c#?
How many bytes is an int in c#?
What kind of the information stored inside the assembly?
How do I trim a space in c#?