What are Sealed Classes in C#?

Answer Posted / uday shah

above answer is correct.sealed class is not inherited and
doesnot make drived class.means sealed class isnot
subclassing.sealed class is only parent class.so selaed
method is not overriding.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which are the access modifiers available in c#?

521


What is the difference between a method and a property?

460


Why are strings immutable c#?

470


What are c# collections?

475


Can a class or a struct have multiple constructors?

543






What are native methods?

486


Enlist some of the properties of a thread class?

513


Why do we need singleton pattern in c#?

487


Why are c# strings immutable?

504


What type of data type conversion happens when the compiler encounters the following code?

544


Is stringbuilder better than string?

520


What is using directive in c#?

501


What is a jagged array?

495


What is the difference between array and list in c#?

481


What is the difference between ienumerable and icollection?

470