I am new to this community. I have cleared part I recently and currently working on part II. Had a few doubts regarding class diagrams & sequence diagrams.
Do we have to come up every method details with exceptions in class diagram?
For sequence diagrams, do we have to show method names in the message call or is it enough if we can show some meaningful message?
for ex: if a method call is something like getOrders(
String[] s) then can we show it as "retrieve orders" in the message call.
Kindly clarify.
Thanks