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 / arun
using final keyword....i am not sure whether this works in
c# or not...
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the difference between dynamic and var in c#?
How long will it take to learn c sharp?
What is console readkey ()?
What is public or shared assemblies ?
Distinguish between continue and break statement?
What is the difference between function and method in c#?
What are sorted lists?
Explain the top reason to use c# language?
what are some characteristics of an array?
How do I create a .exe file?
What are value types and reference types?
What is polymorphism in c sharp?
What are winforms in c#?
What is sql transaction in c#?
What is garbage collector and where should you use in .NET?