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 string class in c#?
What is a string c#?
What is default value of decimal c#?
Explain how to add controls dynamically to the form using c#.net.
Can a constructor be static in c#?
what are some characteristics of an array?
Define multicast delegate in c#?
Can a class have more than 1 destructor?
Can we override interface method?
Differentiate between sqlclient oledb and providers?
What are the Features in .net framework 1.1
How do I do implement a trace?
Which namespaces are necessary to create a localized application?
What are the types in c#?
Can we use "this" command within a static method?