If we inherit a class do the private variables also get
inherited ?
Answer Posted / rathika
It will be inherited but cannot be accessible.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is difference between property and variable in c#?
Should I use double or float?
What is default boolean value in c#?
What is difference between a constant and read-only in C#?
Write a short note on interface?
Does constructor return any value in c#?
What is the difference between finalize() and dispose()?
What is difference between string and string builder?
What are the types of parameters in c#?
What is the difference between Object and class adapters?
What is the difference between abstract class and interface in c#?
What is the difference between internal and private in c#?
What are satellite assemblies?
Explain About Virtual functions and their use.
Is there throws keyword in c#?