Answer Posted / sanjay
sealed classes can only be used as a base classes,they cant
be inherited.
| Is This Answer Correct ? | 23 Yes | 27 No |
Post New Answer View All Answers
Tell me the difference between value passing and address passing?
Is it possible to force garbage collector to run?
How does dictionary work in c#?
What is difference between function and method in c#?
What is interpolation in programming?
What is the difference between field and property in c#?
What is verbatim string?
What is instantiating a class in c#?
What is a template class?
Why do we need indexer in c#?
Can we inherit singleton class in c#?
What is whitespace in c#?
What are methods c#?
What is the use of tryparse in c#?
What do you mean by thread safe in c#?