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 polymorphism c# example?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
List down the access modifiers available in c#?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
Can a static class contain non static members?
What is arraylist?
What is uint64?
What do u meant by "SBI" of an object?
What is lazy keyword in c#?
How do I type a whitespace character?
What is the value which is accepted by all data types ?
Why do we override in c#?
Does c# support c type macros?
What is parallel foreach c#?
What is the difference between protected and private?