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 an iqueryable in c#?
Define the term immutable ?
What is lazy loading and eager loading in c#?
what is virtual method in c#?
What is the difference between Singleton design pattern and Factory design pattern?
What are the examples of data types?
What is default parameter in c#?
Does unity require coding?
What are classes in c#?
Can c# inherit multiple classes?
What is the difference between abstract and abstraction?
Explain About Iunknown interface Queue
What is verbatim string?
Is namespace a class?
What is session state in asp net c# with example?