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
How to add a readonly property in c#.net
What is the difference between list and ilist in c#?
What is an extension method in c#?
What is the difference between throw and throw ex?
What do multicast delegates mean?
Can a constructor be static in c#?
What can I create with c#?
How can we set class to be inherited, but prevent the method from being over-ridden?
What does using do in c#?
Why c# is type safe?
what is a enumeration in c#
What is a custom attribute?
What is xor operation?
Can we inherit two classes in c#?
Define encapsulation?