Welcome to jBasket Interviews, where you can ask questions and receive answers from other members about job interviews and job seeking tips.

Are C# private class-level variables inherited?

+1 vote
A private class-level variable can be inherited by the derived classes or not?
asked 1 year ago by tarantula (490 points)

1 Answer

0 votes
Yes, but they are not accessible, so looking at it you can honestly say that they are not inherited. But they are.
answered 1 year ago by anonymous

Related questions