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 sort algorithm does c# use?
What is a derived class in c#?
Is null == null c#?
Name which controls do not have events?
What is difference between Trace and Debug
Why are strings immutable c#?
When should I use static in C#?
What is a class c#?
What are modifiers in c#?
List some of the classes used by system.data namespace?
What is tryparse?
Is c# pass by reference?
What is a c# delegate?
What is returned if you pass the value 12.34 to the parsefloat () function?
What is the difference between array and arraylist in c#?