Wats the diff between sealed class and private class in
inheritance
Answer Posted / satyam
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 ? | 7 Yes | 17 No |
Post New Answer View All Answers
What is immutable in C#?
Why ienumerable is used in c#?
In .NET how can you solve the DLL Hell problem?
Can we override static class in c#?
How many types of polymorphism are there?
Does c# support try-catch-finally blocks?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
What is null character in string?
Explain the role of the datareader class in ado.net connections?
Is there throws keyword in c#?
What is attribute and reflection in c#?
What is difference between sleep () and wait ()?
What is streamreader/streamwriter class?
What is the difference between returning iqueryable vs ienumerable?
What is access modifier in c#?