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
the c# keyword .int. Maps to which .net type?
Are arrays immutable c#?
What is cosole application?
What debugging tools come with the .NET ssSDK?
What is method in c#?
Can we have static indexer in c#?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
What is the full form of GAC? Explain its uses?
Is arraylist generic in c#?
What is ispostback c#?
What is a nullreferenceexception?
What is the CTS, and how does it relate to the CLS?
Which namespaces are necessary to create a localized application?
What is unsigned int?
What is managed code?