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
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is the difference between a method and a property?
Is c# lazy thread safe?
How to reduce image resolution in C#?
What is clr in c#?
What are the advantages of using partial classes?
What is the difference between constants and read-only?
What is data hiding in c#?
1. Describe page life cycle?
What is view model in c#?
What is a Jagged Array in C#?
What is the difference between early binding and late binding in c#?
What is an icollection in c#?
Enlist some of the properties of a thread class?
What is difference between list and dictionary in c#?