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 c# difficult to learn?
can you declare an override method to be static if the original method is not static?
What is the delegates in c#?
Distinguish between array and arraylist in c#?
What is icollection in c#?
Which is faster dictionary or hashtable?
What is difference between virtual and override in c#?
What is default value of enum c#?
What is the difference between array and arraylist c#?
Can a private virtual method can be overridden?
update data in an xml file which resides in solution itself, using silverlight 4.0
what is difference between is and as operators in c#?
What is event and delegates in c#?
What does this keyword mean in c#?
What is the difference between string keyword and system.string class?