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
What is IL / CIL / MSIL?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
How many static constructors are allowed in a class?
Explain the security with aop?
What is type keyword in c#?
What is option parameter in C#?
What is an assembly qualified name
what is scope of a protected internal member variable of a c# class
What are the features of c#?
How many types of delegates are there in c#?
Write the syntax for catching an exception in c#?
What is orm in c#?
Why static constructor is parameterless in c#?
What is the difference between Java and .NET garbage collectors?
What does .length do in c#?