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 streamreader/streamwriter class?
What is the difference between read and readline in c#?
Differentiate between response.expires and response.expiresabsolute?
What is the correct way of declaring an xml namespace?
What happens if you add duplicate elements to a set?
What is the difference between arraylist and list in c#?
Is there any sample c# code for simple threading?
Can int be null c#?
How can you access a private method of a class?
What is callback method in c#?
What are data types with examples?
Can hashtable have duplicate keys?
How long can a string be c#?
Can bool be null c#?
What is before string in c#?