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 data types in C#?
How do I start a program in c#?
What is the difference between double and decimal in c#?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What is yield break in c#?
Why delegates are type safe?
What is satellite assembly? And steps to create satellite assembly?
What is stringreader in c#?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
What is xaml file in c#?
Value Type and Reference Type Data type in C#?
Is xamarin free?
How do partial classes work in c#?
What is escape sequence in c#?
Why we need get set property in c#?