How to make a class non-inheritable other than sealed?
Answer Posted / adhithya
use private construtor inside the class.so that it cant be
inherited
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What is deferred execution in c#?
Who introduced c#?
What is the correct way of declaring an xml namespace?
What is a console?
What is linq c#?
What is the difference between // comments, /* */ comments and /// comments?
Why do we use generics in c#?
What are collection classes?
Why does my windows application pop up a console window every time I run it?
Explain About sn.exe
What is the difference between string keyword and system.string class?
What is lazy loading and eager loading in c#?
Is vs as c#?
What is an object pool in .net?
Can we overload the main method in c#?