Are private class-level variables inherited?
Answer Posted / venu gopal
Yes, but they are not accessible, so looking at it you can
honestly say that they are not inherited. But they are.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
How do I create a delegate/multicastdelegate?
Which program construct must return a value?
When is a class declared as a class abstract?
What is a float?
Is it possible to execute multiple catch block for a single try statement?
What is a multicast c# delegate?
What is the task perform by clr?
How many types of constructors are there?
What is iqueryable in linq?
What is .net console?
What is using keyword in C#?
What is pure abstract class in c#?
What is the use of partial methods?
Is functional interface runnable?
Can a dictionary have duplicate keys c#?