Answer Posted / mukesh kumar
A class which restricts inheritance for security region is
called Sealed class.
Sealed class is the last class in hierarchy that why a
sealed class can be a derived class but can never be a base
class.
To access the members of sealed class we should create the
instance object.
Advantages of sealed class is it restrict the third party
vendor for developing new software by inheriting from our
logic.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between firstordefault and first?
Does c# support a variable number of arguments?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
Is concurrent queue thread safe?
What is command object in c#?
Can constructor be private c#?
Can abstract class have constructor in c#?
What is a decimal c#?
List down the different ide’s provided by microsoft for c# development.
What are anonymous types in c#?
Define delegation in .net?
When should I throw an exception?
How do I declare inout arguments in c#?
Write a syntax for writing a event delegate.
What is msil in c#?