Can you prevent your class from being inherited and becoming
a base class for some other classes?
Answer Posted / rakesh
We can also make the methods sealed.In that case ,the class
can inherit but the sealed methods in that class cannot
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why dictionary is used in c#?
What are jagged arrays used for?
What does private void mean in c#?
Is c# good for games?
What is a bool in c#?
How can I get the ascii code for a character in c#?
Why do we use methods in c#?
Explain anonymous type in c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is poco c#?
How to put assembly in gac?
list the steps in code compilation in c#?
What is the do while loop code?
How do I create a multilanguage?
explain the nature of the assembly work?