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 happens if a static constructor throws an exception?
What is object type in c#?
What is exe file in c#?
Is c# dictionary a hash table?
what is the difference between interface and multiple interface?
What is yield c#?
What is the example of predicate?
Explain About Global.asax
What is the syntax for calling an overloaded constructor within a constructor?
What is the difference between arraylist and list in c#?
What is difference between var dynamic and object in c#?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
Can var be null c#?
Define a manifest in .net?
What is an int c#?