Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当具有对第二个类的引用的类实际上没有调用其任何(第二个类的)方法但仍将第二个类的对象作为引用作为参数传递给方法时,显示两个类之间的关联是否正确其他类?
如果类A只使用类B来传递它,我会创建一个<<dependency>>链接而不是类之间的关联链接。
A
B
<<dependency>>