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
Name some properties of array.
What is a multicast delegate in c#?
What is the difference between throw and throw ex?
What is asenumerable in c#?
What is static variable in c#?
Define encapsulation?
Is equal in c#?
Can you access a hidden base class method in the derived class?
What are properties in c#. Explain with an example?
What is entity framework c#?
How do you escape in c#?
My switch statement works differently! Why?
Tell me the difference between call by value and call by reference.
Why we use get set in c#?
Is int a struct in c#?