Are private class-level variables inherited?
Answer Posted / kiran
private and protected members are inherited
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are extensions methods in c#?
Are c# constructors the same as c++ constructors?
How to install or uninstall a windows service?
How can it prevents DLL Hell assembly versioning in .NET?
Define c# delegate?
What is the predicate of a sentence?
What is different between Boxing and Unboxing?
What do you understand by the terms datareader object and dataset object?
List some Advantages of switch-case over if else?
Is list immutable in c#?
Why main is static in c#?
Can a struct be null?
What is the adv of using System.Text.StringBuilder over System.String?
What are collection classes?
Define interface class in c#?