can i make a class diagram from an object diagram in UML ?

125 Views Asked by At

as i know , an object diagram is a real case from a class diagram in UML , is it possible to draw a class diagram from an object diagram ? ( of course giving only the classes that appears on the object diagram ) .

1

There are 1 best solutions below

4
qwerty_so On BEST ANSWER

Yes, sure you can. However, the object diagram does not show attributes/operations and the links being association instances may also lack some information (multiplicity, role names). But for a raw class diagram it should give you a start.