0

As stated in the question, Could any one tell me about the difference between Circular Dependency and Circular Reference or the difference between Dependency and Reference?

I feel quite unclear and can't answer my friend's question when he asked me to distinguish these two definitions.

Thanks

Toby D
  • 1,465
  • 1
  • 19
  • 31

1 Answers1

2

A circular dependency would arise at build or compile time when dependencies are evaluated.

A [chain of] circular reference[s], assuming that's what you're talking about, arises in a cyclic object graph, at runtime.

Never heard of a 'circular preference'.

user207421
  • 305,947
  • 44
  • 307
  • 483