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
Why do we use delegates?
In .Net, what is an assembly? Also explain the type of assembly.
C# called c sharp why?
To create a localized application which namespaces are necessary?
Is learning c# hard?
What is the difference between CONST and READONLY?
What are the types of comment in c# with examples?
Define delegate?
How is method overriding different from overloading?
What is stringbuilder c#?
Should I make my destructor virtual?
Can an abstract class inherit from another abstract class c#?
What is difference between class and interface in c#?
4. Describe the process when we send a request URL? And who is responsible for that?
What are partial classes and use of partial classes?