If we inherit a class do the private variables also get
inherited ?
Answer Posted / rathika
It will be inherited but cannot be accessible.
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Is namespace a class?
Is null in c#?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
Do extension methods have to be static?
What is the meaning of int parse in c#?
How does bitwise work?
What namespace is list in c#?
What is dynamic dispatch?
Which types of inheritances does c# support?
Is c# slower than java?
What is polymorphism and its types in c#?
What is different between Static Constructor and Private Constructor?
What is regex c#?
What is delegate in c#?
What does f mean in c#?