Are private class-level variables inherited?

Answers were Sorted based on User's Feedback



Are private class-level variables inherited?..

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

Are private class-level variables inherited?..

Answer / senthil kumar

Its not feasible to inherit the private class variable to
the successor classes.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What is delegate in c#?

0 Answers  


If you define a user defined data type by using the struct keyword, is it a value type or reference type?

0 Answers  


What?s the difference between <c> and <code> XML documentation tag?

1 Answers  


What is foreach loop in c#?

0 Answers  


What is data type in c# with example?

0 Answers  






How is a loop recorder monitored?

0 Answers  


What is null propagation c#?

0 Answers  


What is enumerable in c#?

0 Answers  


What is ado net in c#?

0 Answers  


What is the use of protected in c#?

0 Answers  


What is collection class c#?

0 Answers  


Give 2 scenarios where static constructors can be used?

0 Answers  


Categories