Answer Posted / chauhan rakesh botad
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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is action c#?
What is an indexer in c#?
What is a singleton unity?
Define Final Class in C#
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
How big is int16?
Why extension method is static?
What is the use of tuple in c#?
Are string objects mutable or immutable?
What is an array class?
What is the CTS, and how does it relate to the CLS?
Is an array an object c#?
What are satellite assemblies?
Explain About stateless and state full web service
What is the difference between ienumerable and iqueryable?