How to make a class not inheritable other than sealed?
Answer Posted / bikas pandey
Declare The Class Modifier As Private
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between console application and windows application?
In object oriented programming, how would you describe encapsulation in c#?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
What is console readkey ()?
Is c# slower than java?
What is a clr host?
What is the difference between interface and abstract class in c#?
Can you mark static constructor with access modifiers?
What is the difference between list and ilist in c#?
To create a localized application which namespaces are necessary?
Can interface inherit class in c#?
What's the difference between System.String and System..StringBuilder in C#?
What exception can an overridden method throw in comparison with the method it is overriding?
What is unmannaged code and will CLR handle this kind of code or not .
How do I run managed code in a process?