hi everyone,
I was wondering, for the class diagrams do i have to create for each use case one class diagram or it doesnt depend on use case....
thank you
A class diagram has no direct relationship to the usecase diagrams. A single usecase may use classes from several class diagrams (typically you'd have one class diagram per package for example, plus several linking packages together maybe). similarly a single class diagram may provide classes that are used on several … Read More
I don't use diagrams (especially implementation diagrams like class diagrams) that ridigly. They're great for visualising concepts and planning things, but don't see them as the final product. For me they're more quick sketches of what I'm intending to do, rather than a dictate of what's really there. They'll therefore … Read More