Are private class-level variables inherited?
Answer Posted / suresh.gv
Yes Private Variables are inherited to the Derived Class.
But we can't access them on Derived Class
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is c# best for?
Why delegates are type safe?
Is there hashmap in c#?
In which way a two-dimensional array declared in C#?
What is a partial method?
How to handle exceptions that are raised in a component?
What is default value of enum c#?
What is thread safe in c#?
Are c and c# the same thing?
What is difference between the "throw" and "throw ex" in .net?
What is Event - Delegate?
Is constructor a static method?
Are cao stateful in nature?
Define delegate in c#?
What is static classes in c#?