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
How C# 4.0 supports dynamic programming language?
What is ispostback c#?
What is deferred execution?
What the different phase/steps of acquiring a proxy object in webservice?
What are data types in C#?
When a Static Constructor is called in a Class?
What does do in c#?
Why do we need a singleton class?
Where do we use serialization in c#?
How to put assembly in gac?
Is class reference type c#?
Explain the difference between private and shared assembly?
Explain the difference between abstract class and interface in .net?
Why are local variables stored in stack?
What does console readline do?