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 tryparse c#?
What is the difference between constants and read-only?
Give an example of a directcast.
In a single .NET DLL how many classes it contains?
What is the use of oops in c#?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
What is data bind in c#?
Define using statement in c#?
What is the role of the datareader class in ado.net connections?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What is a namespace server?
What are the concepts of dispose method?
What is difference between events and delegates?
Explain about Oops concept
How to reduce image resolution in C#?