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
What is dataadapter c#?
What is a dll in c#?
Can we make a class private in c#?
Can a method be sealed in c#?
What are the Configuration files in .net?
In a site to turn off cookies for one page which method is followed?
What is difference between Trace and Debug
Is java better than c sharp?
How do you escape a character?
What is the base class of all classes in c#?
Explain the difference between the debug class and trace class?
Can we change static variable value in c#?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
What is routing in c#?
How do you implement thread synchronization in c#?