Answer Posted / vijay rana
if we want to prevent a class to be inherited then we use
the keyword sealed,
means this class will not be inherited now
| Is This Answer Correct ? | 117 Yes | 12 No |
Post New Answer View All Answers
What is the namespace for the thread class?
Why do we use inheritance in c#?
What are the basics of c#?
How can you prevent escaping on backslashes in C# with string definitions?
Is c# an open source?
What are the uses of delegates in c#?
What do you mean by generic class in c#?
What is a jagged array?
What is mvc in c#?
What is a predicate in c#?
Why extension method is static?
Can abstract class be sealed in c#?
Which string method is used for concatenation of two strings in c#?
Do while loops yes or no c#?
Explain the types of errors in c#?