Home »

Are private class-level variables inherited?

Question ListCategory: C#.NETAre private class-level variables inherited?
jeanderson295 author asked 9 years ago
1 Answers
alisataylore190 author answered 8 years ago

Yes, but they are not accessible. Although they are not visible or accessible via the class interface, they are inherited.

Please login or Register to Submit Answer