What are Sealed Classes in C#?

Answer Posted / senthil kumar

when a class defined as sealed its not possible to inherit
its class and properties to the inherited class.Its also
applicable to the class properties.Even class defined as
public its banned to inherit the class.

Is This Answer Correct ?    126 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find the current application file path while runtime?

493


What is the purpose of static?

493


If c# destructors are so different to c++ destructors, why did ms use the same syntax?

490


Can multiple inheritance implemented in c# ?

530


Is Multiple-inheritance supported by c#?

575






Why does dllimport not work for me?

564


How can you prevent escaping on backslashes in C# with string definitions?

691


What is dictionary and hashtable in c#?

462


What is the difference between struct and class c#?

473


What is the default value of guid in c#?

464


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

452


There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?

1577


What is the meaning of MSIL?

653


How is exception handling implemented in c#?

572


What is the difference between abstraction and encapsulation in c#?

488