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
What is difference between method overriding and method overloading?
What is the purpose of namespace in c#?
What is the difference between list and array in c#?
Does c# support const methods, properties, or events?
What is list collection in c#?
What is argument in c#?
What is args c#?
How to use the sreamReader class to read form a text file?
What is a delegate? Explain.
What is a nullreferenceexception and how do I fix it?
How long has c# been around?
Which is the best language for desktop application?
What are delegates?
What is the best dependency injection c#?
Explain hash table in c# ?