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
Can you store strings in arrays?
Why do we override in c#?
What are annotations in c#?
Is c# a technology?
What are functions in c#?
How do you use nullable?
What is a predicate in c#?
How the versioning applies to Assemblies or can you explain version numbers?
What’s thread.sleep() in threading ?
Why do we need generics in c#?
What's the difference between the debug class and trace class? Documentation looks the same.
What is difference between dictionary and hashtable?
How to use the sreamReader class to read form a text file?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
How is the syntax written to inherit from a class in C#?Give an example ?