explain import cycle in brief
Answers
Answered by
1
Explanation:
Import cycles. It is possible to write packages so that package A imports package B and package B imports package A. ... If you make sure that, in any import cycle, at least one of the imports is in the implementation part of a package, you will not encounter any trouble.
Similar questions