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
Is static class thread safe in c#?
Can bool be null c#?
What is namespace explain with example?
Can enum have methods c#?
What does the keyword “virtual†declare for a method or property?
What problem does Delegate Solve?
What are Namespaces?
What is protected internal modifier in C#?
What is verbatim literal in c#?
How do you escape c#?
What is a protected class c#?
What is a template class?
What are different types of Delegates in C#?
Can you access a hidden base class method in the derived class?
Can a struct be null?