Thursday, October 28, 2010

Circular reference

Circular references can appear in computer programming when one piece of code requires the result from another, but that code needs the result from the first. If you have one codes and not the other it doesn't work.

No comments:

Post a Comment