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 a event in c#?
What is cshtml extension?
Why do we need static in c#?
What is scaffolding in c#?
What is a partial class. Give an example?
Are structs value types or reference types?
What is access modifier in c#?
What is the difference between firstordefault and singleordefault?
How does c# generics and c++ templates compare?
What are virtual destructors?
Is c# a technology?
What are the types in c#?
What do you mean by jagged arrays in c#?
What is event sourcing in c#?
Why would you use untrusted verification?