If we inherit a class do the private variables also get
inherited ?
Answer Posted / ganni
yes they are inherited, but cannot be accessible. for
that we need to use properties concept.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is private readonly in c#?
What is verbatim string?
Are arraylist faster or arrays?
What is the default boolean value in c#?
How does array sort work?
How can I use .NET components from COM programs?
What is c# and why it is used for?
Where do we set the min and max pool size for connection pooling?
What are functions c#?
What is difference between the "throw" and "throw ex" in .net?
What is immutable in C#?
What does it mean to override a method?
What is the difference between readkey and readline in c#?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
What is class method?