New to OOP and C#

Feb 6 2009 3:26 PM

If class A constructs a instance of class B and sets a public variable in class B, how can class C call a member of class B?

How does C# manage the contruction of the same class?

 

Chuck


Answers (1)