How to make a class non-inheritable other than sealed?
Answer Posted / chanchal rai
yes we have only one option to make none inheritable other than sealed.....we ll have to make the class Private.whenever we do use the Private keyword in the class for make it private than no any methods and class can inherit from that class
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain concurrency with aop?
What do you mean by saying a "class is a reference type"?
What language is c# similar to?
What are console applications used for?
What does console readline do in c#?
Can I use parseint?
What are the Types of configuration files and their differences
What is addressof operator?
What is clr namespace?
What are Namespaces?
How long can a string be c#?
Explain the difference between event and a delegate in c#?
What are circular references? How garbage collection deals with circular references.
What is the name of c# compiler?
Can arraylist hold primitive types?