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
What is serialization in .net?
what is IDisposal interface
What is out in c#?
What is regex c#?
What is the default value of datetime in c#?
What is anonymous methods in c#?
What does the dispose method do with the connection object?
What is the difference between array and arraylist c#?
What is ado net in c#?
Are arrays immutable c#?
List down the differences between “dispose” and “finalize” methods in c#.
What is the task perform by clr?
How does foreach loop work in c#?
Explain how do I get deterministic finalization in c#?
What is garbage collector and where should you use in .NET?