What is a sealed class?



What is a sealed class?..

Answer / Manish Kumar Meena

A sealed class in C# is a class that cannot be inherited by other classes. This means that no other class can extend the functionality of a sealed class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is a property c#?

1 Answers  


What is an iqueryable in c#?

1 Answers  


What is reflection c#?

1 Answers  


What is the use of parse in c#?

1 Answers  


How do I declare a pure virtual function in c#?

1 Answers  


What is the difference between hashtable and dictionary in c#?

1 Answers  


When a switch is said to be congested?

1 Answers   Wipro,


What are the generation of Garbage Collection in C# .NET ?

1 Answers   MCN Solutions,


What is the name of the implicit input parameter of a set accessor for any property?

1 Answers   TCS,


Where is the output of TextWriterTraceListener redirected?

1 Answers  


Why is it a bad idea to throw your own exceptions?

4 Answers  


What is the use of convert toint32 in c#?

1 Answers  


Categories