If we inherit a class do the private variables also get
inherited ?
Answer Posted / nitin kumar tomar
Yes but they are not accessible
| Is This Answer Correct ? | 34 Yes | 3 No |
Post New Answer View All Answers
What do you mean by stack and heap in c#?
What is type system in c#?
What is the difference between func and action delegate?
Can a method return multiple values in c#?
What are the fundamental differences between value types and reference types?
What is Implementation inheritance
In which way a two-dimensional array declared in C#?
Explain about finalize method?
How long does a loop recorder procedure take?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
How can I develop an application that automatically updates itself from the web?
What is the difference between ienumerable and iqueryable?
Name any three ways to pass parameters to a method in c#?
What are the benefits of using the aggregate method in linq?
How can an inner class access the members of outer class?