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 is garbage collection? How to force garbage collector to run?
What is method in c#?
Explain the OOPS concept in C#?
Does c# support multiple class inheritance?
What is a derived class in c#?
Can var be null c#?
Is null or empty in c#?
How do I create a .exe file?
What is querystring in c#?
What are the access modifiers in c#?
Why singleton is sealed?
Can an interface extend a class c#?
Why do we need constructor in c#?
Structs are not reference types. Can structs have constructors?
How does c# generics and c++ templates compare?