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 function c#?
What are extender provider components? Explain how to use an extender provider in the project.
Explain a MSIL ? Why is it appreciated by all developers?
Can we extend sealed class in c#?
What are bitwise logical operators?
Can you declare struct members as protected?
What is private in c#?
How do you prevent a method from being overridden in c#?
Give an example of removing an element from the queue?
Is stringbuilder faster than string concatenation c#?
What is the use of table aliases?
What is wrong with the sample program below?
What is the use of dll file in c#?
Why dependency injection is used in c#?
What is serialization in unity?