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 the execution entry point for a c# console application?
Is it possible to execute multiple catch block for a single try statement?
What is a deadlock lock?
What are the desktop applications?
In a single .NET DLL how many classes it contains?
What is func c#?
How a two-dimensional array declared in C#?
Is struct object oriented?
Explain anonymous type in c#?
How Is The Dll Hell Problem Solved In .net?
Is 0 an unsigned integer?
Is Multiple-inheritance supported by c#?
write a C# Program add two matrix ?
Does c# do array bounds checking?
What is the difference between list and ilist in c#?