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 the difference between a function and a method?
What do you mean by abstract class in c#?
Is c# the same as d flat?
Why use a singleton instead of static methods?
Explain “static” keyword in c#?
Is enum a class c#?
What is part of a method signature in c#?
What is the concept of strong names?
What is the difference between returning iqueryable vs ienumerable?
what are implementation inheritance and interface inheritance?
What is difference between interface and abstraction?
How do I create a .exe file?
What is difference between asp net and c# net?
Can delegates be used as callbacks?
What is the difference between field and property in c#?