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
Define c# delegate?
Is array ienumerable c#?
What is the default modifier for class in c#?
How many types of constructors are available in c#?
What is the purpose of a console table?
Can you store different types in an array in c#?
What is difference between c and c sharp?
What is hashmap in c#?
What are extender provider components?
Explain the types of Polymorphism.
What is delegates in c# and uses of delegates?
Are structs value types c#?
What is dependency injection in simple words?
Explain the process of inheriting a class into another class?
how to print invert pyramid in c#