What are Sealed Classes in C#?

Answer Posted / m.ramkumar

prevent the class in further using subclasses;

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are c# attributes and its significance?

525


What does console writeline do?

494


What is arraylist class in c#?

534


When should we use sealed class in c#?

496


What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?

515






Explain the difference between object type and dynamic type variables in c#?

501


What is array and types of array in c#?

484


Why do we override in c#?

496


Can a struct inherit from another struct or class in c#?

525


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

545


How do you specify a custom attribute for the entire assembly?

480


What is difference between event and delegate in c#?

481


Should I make my destructor virtual?

583


what is IDisposal interface

680


What is Named parameter in C#?

554