Описание тега circular-reference
A circular reference is a series of references where the last object references the first, resulting in a closed loop.
A circular reference is a series of references where the last object references the first, resulting in a closed loop.
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.
Information is taken from Wikipedia, more information available there.