What are Sealed Classes in C#?

Answer Posted / amol

Sealed class can't be inherited by subclass.

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of delegates are there in c#?

454


Why array is faster than arraylist in c#?

484


Is there an equivalent to the instanceof operator in visual j++?

515


How do you declare an arraylist?

488


What is an iqueryable in c#?

497






What is the default value of guid in c#?

468


Write a C# program to find the Factorial of n

554


How to add controls dynamically to the form using c#.net.

469


How will you deploy the dll file in gac?

479


Why extension method is static?

467


What is difference between array and arraylist in c#?

442


Does unity use c++ or c#?

483


How to get the sum of last 3 items in a list using lambda expressions?

506


What is assembly version series sequence?

538


how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.

1279