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 is multicast delegate in c# ?
Why do we use lambda expression in c#?
Why do we use anonymous method in c#?
What is the difference between const and readonly in c#.net?
Define a manifest in .net?
what is collections in .net? why we use?
What is the difference between early binding and late binding in c#?
What is use of console?
explain the three services model commonly know as a three-tier application.
What is a boolean c#?
Difference between debug.write and trace.write?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
When should we use delegates in c#?
What is a derived class in c#?
What is the main method in c#?