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 datagridview in c#?
What is an enumerator c#?
What is the CTS, and how does it relate to the CLS?
Why are dynamic link library used over static one?
What are logical operators in c#?
What is mvc in c#?
What is command object in c#?
What is a trace and asset? Explain some differences?
Explain the difference between user control and custom control. Also, explain their use.
Explain dataset.acceptchanges method in .net?
Can abstract class be instantiated c#?
Is datetime a value type in c#?
What is keywords in c#?
What is difference between write and writeline?
Can you create an instance of a static class?