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 a MSIL ? Why is it appreciated by all developers?
What is fcl in c#?
How a two-dimensional array declared in C#?
What can you do as a .net developer?
What are generic types?
Does unity use c++ or c#?
Why do we need interface in c#?
What is the difference between early binding and late binding in c#?
Which language is used for desktop application?
What is the difference between int.parse and int.tryparse methods?
What are circular references? How garbage collection deals with circular references.
Define a strong name in .net?
Why do I get a syntax error when trying to declare a variable called checked?
How do I open the console window?
Are string objects mutable or immutable?