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 an int in c#?
explain the nature of the assembly work?
What is attribute and reflection in c#?
What is ilasm.exe used for?
What is private class in c#?
What is a generic method?
Can the accessibility of a type member be greater than the accessibility of its containing type?
How do I get deterministic finalization in c#?
Explain jagged arrays in c#?
What does using system mean in c#?
Can a struct be null?
How can you read 3rd line from a text file?
2. What happened when BO object has been called?
Can struct be static in c#?
Can I define a type that is an alias of another type (like typedef in c++)?