Can we inherit a private class in chsarp? how? explain(with
code) ?
Answer Posted / amit singh
Private class inherit in the derived class. When we create
instance of that class. Call that instance in derive class.
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is a deadlock lock?
Define interface class in c#?
Which class comes after the SortedList class?
Why is it important to override gethashcode when equals method is overridden?
What is string empty?
What does assert() do in c#?
Can a method be sealed in c#?
What is short in c#?
Which types of inheritances does c# support?
Is a c# interface the same as a c++ abstract class?
What are the advantages of generics in c#?
Explain the three test cases in unit testing?
Explain partial class in c#?
If I want to override a method one of class A and in class b then how do you declare?
What is difference between dll and exe in c#?