C# (Sharp) Programming Language Question:

Are private class-level variables inherited?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

Yes, but they are not accessible, so looking at it you can honestly say that they are not inherited. But they are.


Previous QuestionNext Question
Can you change the value of a variable while debugging a C# application?Can you inherit multiple interfaces?