L
liyang3
Hi,
I have Class A, B and C.
Class A has an instance of B. Class B has an instance of C. In the
instance of C, it generates some data that need to be passed back to
Class A. But Class C doesnot know anything about Class A.
I'm dealing with legacy code. What is the best way to implement it and
have the code change to existing classes such as A and B small? Any
ideas?
Thanks!
I have Class A, B and C.
Class A has an instance of B. Class B has an instance of C. In the
instance of C, it generates some data that need to be passed back to
Class A. But Class C doesnot know anything about Class A.
I'm dealing with legacy code. What is the best way to implement it and
have the code change to existing classes such as A and B small? Any
ideas?
Thanks!