What UML diagram should I use to show how objects collaborate to solve a problem?

By Alvin J. Alexander, devdaily.com

You'll want to use an interaction diagram (either a sequence diagram or a collaboration diagram). I prefer the sequence diagram, because it more easily demonstrates the interaction of objects with time, but other developers prefer collaboration diagrams.


devdaily logo