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 Trace and Debug
Write one code example for compile time binding and one for run time binding? What is early/late binding?
What is indexer c#?
What is data adapter in c#?
How to find whether the application is run from inside ide or not?
Can property be private in c#?
What is parameterized constructor?
Is collection a data structure?
Why hashtable is thread safe in c#?
Will the following code compile?
What are events in C#?
How do I edit a dll file?
What is the difference between virtual method and abstract method?
What are different types of classes in c#?
how to prevent a class from being inherited in c#.net?