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 happens if the inherited interfaces have conflicting method names?
What is lock in c#?
What are "class access modifiers" in C#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
Is it possible to inherit multiple interfaces?
What is private and shared assembly?
What is the difference between mobile application and desktop application?
What is Dependency of Injection?
What I can do with c#?
what is the purpose of using statement in c#
How can we sort the elements of the array in descending order?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
How a two-dimensional array declared in C#?
What is the real use of interface in c#?
What is an inheritance ?Give an example in which inheritance is used?