If we inherit a class do the private variables also get
inherited ?
Answer Posted / nitin kumar tomar
Yes but they are not accessible
| Is This Answer Correct ? | 34 Yes | 3 No |
Post New Answer View All Answers
Can abstract class be sealed in c#?
What are the advantages of using delegates in c#?
Name the method of servicebase class?
What is property c#?
what is the difference between a struct and a class in c#?
What is the purpose of reserved word using in c#?
How long can a string be c#?
What is the difference between paramaterized constructor and copy constructor?
Can we have multiple threads in one app domain?
What does .length do in c#?
Are cao stateful in nature?
What is datagridview in c#?
What is sqldataadapter in c#?
Explain the role of Garbage collector and its generations?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?