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 do you mean by winforms in c#?
Which is faster array or arraylist in c#?
What is the purpose of c#?
What is int tryparse in c#?
What is the process of Serialization?
How can we make a thread sleep for infinite period ?
What is a event in c#?
List the fundamental oop concepts?
How many bits is int32?
What is dynamic in c#?
Can a dictionary have the same key?
What is meant by enumerable in c#?
What is anonymous class in c#?
What is readline c#?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?