Are private class-level variables inherited?
Answers were Sorted based on User's Feedback
Answer / guest
Yes, but they are not accessible, so looking at it you can
honestly say that they are not inherited. But they are
Is This Answer Correct ? | 7 Yes | 0 No |
Its not feasible to inherit the private class variable to
the successor classes.
Is This Answer Correct ? | 0 Yes | 1 No |
Difference between imperative and interrogative code?
When can a derived class override a base class member?
Why do we need indexers in c#?
If the original method is not static you can declare an override method to be static or not?
Does unity require coding?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
Why is hashset faster?
Is c# code is unmanaged or managed code?
What is the difference between arraylist and list in c#?
Explain what are three test cases you should go through in unit testing?
What is the difference between field and variable in c#?
Can abstract class be sealed in c#?