Answer Posted / sharifuddin
private class variables can access indirectly by with the
help of properties. This is the best way to access the
private variables of the private class.
It is not possible directly....
Its true upto my knowledge.
If there is any wrong can u explain?
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is meant by collections in c#?
Define strong name in c#?
What is the advantage of generics in c#?
If I want to override a method one of class A and in class b then how do you declare?
What are delegates and why are they required?
What is a dynamic assembly?
Does c# have primitives?
Why are local variables stored in stack?
Why do we need generics?
What is regex replace in c#?
Should I make my destructor virtual?
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
What's the difference between a method and a procedure?
Is for loop faster than foreach?
What is a method signature in c#?