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 is the relationship between a process, application domain, and application?
What is public, private, protected, internal and internal protected?
I want to print "Hello" even before main() is executed. How will you achieve that?
What is the difference between protected and private?
What is private class in c#?
How do you serialize in c#?
What is the difference between method and constructor in c#?
Can we override interface method?
What is the advantage of constructor?
What is string pool in c#?
How do you create partial methods?
What are different types of Delegates in C#?
How big is an int in c#?
What is the difference between dispose() and finalize() methods in c#?
What is use of hashtable in c#?