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


Please Help Members By Posting Answers For Below Questions

Does c# have a 'throws' clause?

804


What is native image generator (ngen.exe)?

946


What do you mean by object pooling?

752


Can interface have virtual methods in c#?

686


What is predicate builder?

713


What is the advantage of generics in c#?

725


Is stringbuilder faster than string concatenation c#?

712


What is literal control

794


What is a namespace server?

675


What is linq c#?

707


in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?

941


What is a decimal c#?

658


What is lazy loading and eager loading in c#?

700


Is for loop faster than foreach?

773


What does get set mean in c#?

712