Answer Posted / uday shah
above answer is correct.sealed class is not inherited and
doesnot make drived class.means sealed class isnot
subclassing.sealed class is only parent class.so selaed
method is not overriding.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What does readonly mean in c#?
Can we have 2 main methods in c#?
What are the Types of assemblies that can be created in dotnet
What does type safe mean in c#?
What is a view? What is the use of it?
What is JIT (just in time)? how it works?
what is full assembly reference
Is it possible to inline assembly or il in c# code?
Why do we write system in c#?
what are the differences between a class and structure
Difference between debug.write and trace.write?
Name some properties of thread class.
What are cookies in c#?
Are multiple data types stored in System.Array?
How to implement singleton design pattern in c#?