Answer Posted / kanchan kora
A class which restricts inheritance for security region is
called Sealed class.
Sealed class is the last class in hierarchy.
Sealed class can be a derived class but can't 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 ? | 50 Yes | 9 No |
Post New Answer View All Answers
Can you create partial delegates and enumerations?
What are the Features in .net framework 1.1
What is a dynamic assembly?
What is the delegates in c#?
Is goto statement supported in c#?
Which string method is used for concatenation of two strings in c#?
What is an icollection in c#?
What are the 2 kinds of data type conversions in c#?
What is null propagation c#?
Why ienumerable is used in c#?
Explain the security with aop?
What are the advantages of generics in c#?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Is hashset serializable c#?
What is int32?