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
Is unity object oriented?
How does c# achieve polymorphism?
What is namespace in oops?
What is the use of ispostback in c#?
Why do we need escape characters?
How do I open the console?
What is “using” statement in c#?
What is sealed class in c#?
What is the difference between ref and out parameters in c#?
Can I use parseint?
What is the difference between array and arraylist in c#?
Explain About delegates
What is entity framework in c#?
What is the implicit name of the parameter that gets passed into the class set method?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?