If we inherit a class do the private variables also get
inherited ?
Answer Posted / jigar
Yes, the variables are inherited but can not be accessed directly by the class interface.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are c# i/o classes?
What are the 3 different types of arrays?
Can arraylist store different data types in c#?
How big is int16?
What is the difference between a method and a property?
What is unrecognized escape sequence in c#?
Is unity object oriented?
What can we do to handle multiple exceptions?
Do loops c#?
What is Co- and Contra-Variance in C#?
What is an inheritance in c#?
What is the default boolean value in c#?
What is ControlBox Propertie
What's the implicit name of the parameter that gets passed into the set method/property of a class?
How do I use the 'using' keyword with multiple objects?