Alright, well I have two classes.
Class A requires Class B and Class B requires Class A. So as you can see I have a real problem here! Is there anyway to make this work or should I just redesign?
Printable View
Alright, well I have two classes.
Class A requires Class B and Class B requires Class A. So as you can see I have a real problem here! Is there anyway to make this work or should I just redesign?
Found solution! Just googled for cyclic dependencies... after I found that term somewhere else =/