Wats the diff between sealed class and private class in
inheritance
Answer Posted / vimal
Sealed Class Cannot be Inherited, Private Class Can be Inherited
| Is This Answer Correct ? | 21 Yes | 13 No |
Post New Answer View All Answers
What is difference between association, aggregation and inheritance relationships?
What is use of console?
Explain the difference between boxing and unboxing.
How do you pronounce c#?
Can datetime be null c#?
Explain the Abstract class in c#.net
What are virtual classes in c#?
What are expressions c#?
What is garbage collector and where should you use in .NET?
What language is c# similar to?
Is it possible to have different access modifiers on the get/set methods of a property?
What is thread life cycle in c#?
What is namespace c#?
Is linkedhashset synchronized?
What is the use of flag in c#?