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 decimal in c#?
How does the lifecycle of Windows services differ from Standard EXE?
What is the benefit of interface in c#?
What is an interface class? Give one example of it
Does google use c#?
Distinguish between array and arraylist in c#?
What is multithreading with .net?
What is the use of table aliases?
What is a multicast delegate in c#?
Which class does the remote object has to inherit?
What is a scope in c#?
What is the difference between “finalize” and “finally” methods in c#?
Difference between StackPanel and RelativePanel ?
Is arraylist faster than linkedlist?
Why singleton is sealed?