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 array and arraylist?
Why do we need structs in c#?
What is console read in c#?
Why main method is static in c#?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What is querystring in c#?
What is the .NET collection class that allows an element to be accessed using a unique key?
What are the different types of constructors in c#?
How do you serialize an object?
What is serializable in c#?
What Is A Satellite Assembly?
What are constructors in c#?
What are the steps for creating clr trigger
What is difference between c sharp and c#?
Difference between abstract classes and interfaces