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
Does c# have a 'throws' clause?
What is native image generator (ngen.exe)?
What do you mean by object pooling?
Can interface have virtual methods in c#?
What is predicate builder?
What is the advantage of generics in c#?
Is stringbuilder faster than string concatenation c#?
What is literal control
What is a namespace server?
What is linq c#?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
What is a decimal c#?
What is lazy loading and eager loading in c#?
Is for loop faster than foreach?
What does get set mean in c#?