If I have the interface accessible from all modules, but implementation cannot be accessible, how can I instantiate this from other modules?
If I have 3 modules, one module is accessible to all which has my interface, and the other 2 modules have no access to each other. How can I instantiate this interface?
0 Answer(s)