Can you prevent your class from being inherited and becoming
a base class for some other classes?
Answer Posted / srivathsan
@ guest...
the answer is not incomplete.
it is implicit. Rakesh wants to tell that the sealed
methods cannot be inherited from a class that is not
sealed, even when you inherit other members from a class
that is not decorated with the keyword sealed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it possible to have a static indexer in c#? Allowed in c#.
What is a concrete class in c#?
Why is c# a good programming language?
Define a jagged array in c#?
What is a property in c#?
What are callback methods in c#?
What is difference between hashtable and dictionary in c#?
Explain the difference between class and interface in .net?
List down the fundamental oop concepts?
Why do we need indexers in c#?
What is datasource c#?
Why do we parse in c#?
What is difference between c sharp and c#?
What is yield c#?
How is exception handling implemented in c#?