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 primitive data types in c#?
What does immutable mean in c#?
What's different between c# and c/c++?
Does c# have a 'throws' clause?
What is dbcontext c#?
What is int32 maxvalue?
What is the use of functional interface?
What is the advantage of extension method in c#?
What you mean by inner exception in c#?
How can we sort the elements of the array in descending order?
Define parsing?
Please explain value types and reference types used in c#?
Is dictionary reference type c#?
Explain how is the dll hell problem solved in .net?
How does bitwise work?