Can a sealed class be used as a base class?



Can a sealed class be used as a base class?..

Answer / Pratap Singh Chauhan

No, a sealed class cannot be used as a base class. Sealed classes are classes that cannot be inherited from.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How is a strongly-named assembly different from one that isn’t strongly-named?

1 Answers  


How to run the program at particular time? It should run everyday at 3:00 PM. After executing the program should sleep until next day at 3:00 PM. Please explain with code?

5 Answers   Sanat, Wipro,


What is Partial class? What purpose we use it?

6 Answers   ACS, TATA,


What is generic delegates in c#?

1 Answers  


Is there regular expression (regex) support available to c# developers?

1 Answers  


What are the types of serialization?

1 Answers  


What is sorted list in c#?

1 Answers  


How to handle exceptions that are raised in a component?

1 Answers   Alcatel-Lucent,


What is static variable in c#?

1 Answers  


6. If we assign a value in textbox on Page_UnLoad event, will it display?

2 Answers   Mphasis,


What is dataset and dataadapter in c#?

1 Answers  


What is difference between .net and c#?

1 Answers  


Categories