Are private class-level variables inherited?
Answer Posted / venu gopal
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 ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is a lambda expression in c#?
Can a class or a struct have multiple constructors?
What is private variable?
how to sort an array in c#
Can you store different types in an array in c#?
How do you escape a character?
What will a loop recorder show?
What is func c#?
Can we overload the main method in c#?
what is a destructor?
What is a generic in c#?
What is the main purpose of delegates in c#?
What is an int in c#?
Perfect Example Of While And Do-While Loop In C#.Net ?
Explain the constructor in c#.