What is the keyword used to prevent a class from being inherited by another class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Why singleton class is sealed?

0 Answers  


Can a structure inherit a class.

3 Answers   Infosys, Synechron,


If all code is written in a try block and write a catch block with Exception type Exception .In that scenario will all the exceptions catched by that catch block? or any exceptions which will not be caught?

3 Answers   Honeywell,


What are types of constructor?

0 Answers  


Structs are not reference types. Can structs have constructors?

0 Answers  






What is event delegate in c#?

0 Answers  


What is option parameter in C#?

0 Answers  


in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?

0 Answers   Siebel Systems,


I want to single value if you give any integer value. Below are examples  1. Input: 123  Output: 6 2. Input: 99   9+9=18   1+8  Output: 9 How to get above output?

1 Answers   AxSys,


what is meant inheritance. can you exaplain what kind inhertance ussed in your project

1 Answers  


Does main have to be static c#?

0 Answers  


What is callback method in c#?

0 Answers  


Categories