Answer Posted / susheel kumar
sealed classes used only base class do not used derived class
| Is This Answer Correct ? | 20 Yes | 32 No |
Post New Answer View All Answers
What is an inheritance ?Give an example in which inheritance is used?
What is a race condition?
How many bytes is a long c#?
Explain the difference between const and static read-only?
What is literal control
What are the Configuration files in .net?
Can we inherit private class in c#?
How jit (just in time) works?
What are controls in c#?
What is the boxing and unboxing in c#?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Is nullable type c#?
Can properties be static in c#?
What does clr stand for?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.