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
Explain the use of SN.exe
Are c and c# the same thing?
What tool we have to use to install assembli in gac folder.
How do I develop c# apps?
Distinguish between continue and break statement?
How do you sort an array in c#?
What are the properties of a string class?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
Does unity use c++ or c#?
How can I process command-line arguments?
Explain the types of comments in c#?
Explain the types of errors in c#?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
In which order the constructor is called for an inherited class?
How do I edit a dll file?