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 does int parse do in c#?
What is expandoobject in c#?
What is the difference between static and constant variables?
Define sealed classes in c#?
What is unsigned int?
What is tuple in c#?
Why data types are important?
What is a private method in c#?
Can we write class inside a class in c#?
What is null in database?
Explain the difference between abstract class and interface in .net?
write a program to find the biggest palindrome in the given string
Why References are stored on heap and variables on stack?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
What is the difference between read and readline in c#?