How can we main a Class as base class,i.e not inherited
further?{please Dont tell using Sealed class,any other way}
Answer Posted / suman k dey
Instead of sealed we can use static class.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
How many classes are there in classification?
Explain about Serialize and MarshalByRef?
What is difference between private and protected?
What is difference between singleordefault and firstordefault?
What is the use of static in c#?
What is string literal in c#?
What's the difference between system.string and system.text.stringbuilder classes?
How big is a 64 bit integer?
Explain states of a thread in c#?
If you donot specify an access modifier for a method, what is the default access modifier?
What is the difference between delegates and events in c#?
What is verbatim literal in c#?
What is equal c#?
Explain the three test cases in unit testing?
Why extension method is static?