Are private class-level variables inherited?
Answer Posted / kirti
Yes, but they are not accessible. Although they are not visible or accessible via the class interface, they are inherited.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is type keyword in c#?
What are the different types of delegates?
Is type nullable c#?
Which is better python or c#?
In which way you can convert a value-type to a reference-type?
Why do we need a singleton class?
What is an enumerator c#?
What is xor operator in c#?
List down the differences between public, static and void keywords?
Is null == null c#?
Explain when should you call the garbage collector in .net?
What is the difference between protected and private?
What is a dynamic assembly?
What is the advantage of generics in c#?
How do you access a constant field declared in a class?