Can we inherit a private class in chsarp? how? explain(with
code) ?
Answer Posted / tiger skumar
Private class cannot inherit be inherited in the derived class.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What are generics in c#.net?
What is value c#?
Write a C# program to find the Factorial of n
What is throw in c#?
List out two different types of errors in c#?
What exactly happens when we debug and build the program?
What is jit (just in time)?
What do u mean by delegation?
Explain the accessibility modifier protected internal?
Why do we need collections in c#?
Why do we use constructors in c#?
What is an assembly qualified name? Is it a filename? How is it different?
How do you prevent a class from being inherited?
What is the use of constructor in c# with example?
Difference between Value type & reference types ? and give the example in .Net?