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
When can a derived class override a base class member?
What's the difference between a method and a procedure?
What is difference between const and static in c#?
What does private void mean in c#?
What is void in c#?
What is difference between assembly and namespace?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
What is a boolean c#?
What is the use of iqueryable in c#?
What is class in oops with example in c#?
What does string intern do?
What are the fundamental oop concepts?
What is the delegate in c#?
Can arraylist store different data types in c#?
What is poco c#?