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
Explain the serialization in .net
What is difference between an reference type and value type in C#?
List down the fundamental oop concepts?
What are the different approaches of passing parameters to a method?
When do we generally use destructors to release resources?
What is serializable in c#?
How do switch statements work?
What is sql transaction in c#?
What is the use of console application in c#?
What is the meaning of int parse in c#?
Explain how to implement delegates in c#.net
How do you prevent a class from being inherited?
Is int a class in c#?
Define thread?
What is a delegate? How can it works?