Is there any way to access private memebers of an object
from another object?
Answer Posted / sitaram
no, we can't access private members in another
object.because private members are accessing only that
class or object.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is byte c#?
What is public, private, protected, internal and internal protected?
What is yield break in c#?
What is difference between sleep () and wait ()?
Can you specify nested classes as partial classes?
Where are value types stored in c#?
Why would you use untrusted verification?
Which of the following API is used to hide a window?
Wcf and what is difference between wcf and web services?
How to add a readonly property in c#.net
What do you mean by delegates and explain different types of delegates?
Can constructor be private c#?
what are some characteristics of an array?
How does inheritance work in c#?
What is the difference between read and readline in c#?