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
Why do we write system in c#?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
Is ram a heap?
Define a jagged array in c#?
When can a derived class override a base class member?
What is difference between il and dll ?
What is this keyword in C#?
How to use session under class file of APP_Code folder?
What is ienumerable t in c#?
What is the difference between struct and class in c#?
Is multiple inheritance possible in c#?
Which are access modifiers available in c#?
Can you instantiate a struct without using a new operator in c#?
How to implement an object pool in c#.net.
Can hashtable have duplicate keys in c#?