If we inherit a class do the private variables also get
inherited ?
Answer Posted / javed khan
No, We cant inherit private member of base class. We got
error like " member is inaccessible due to its protection
level."
| Is This Answer Correct ? | 7 Yes | 13 No |
Post New Answer View All Answers
How can you set image source dynamically from c# application to ”test.png” file?
What is primitive types in c#?
Is dictionary reference type c#?
Where’s global assembly cache located on the system?
What is difference between continue and break in c#?
Explain the different ways a method can be overloaded?
What is datetime minvalue in c#?
Can you explain template pattern?
What is the default value of datetime in c#?
What is serialization in dot net?
What are the main reasons to use c# language?
What is the purpose of a namespace?
Explain how is the dll hell problem solved in .net?
When should I throw an exception?
Show us in simple steps to create setup & deployment project for windows application?