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 a scope in c#?
What is difference between hashtable and dictionary in c#?
What is multicast delegate in c# ?
Can we call server-side code (c# or vb.net code) from javascript?
How do you create dlls in .NET
What is .net console?
Can we instantiate abstract class in c#?
What is a cshtml file?
What is variable in c#?
What is the purpose of reserved word using in c#?
What is difference between method overriding and method overloading?
Can class inherit from struct c#?
What is strong name assembly?
What is ienumerator c#?
How do I run a cshtml file?