uml - In class diagrams, should classes implementing an interface have the method names repeated? -
i'm creating uml diagrams, , have large number of classes implementing interface.
is necessary these classes list methods of interface? sounds quite trivial make diagram simpler if not.
here image show mean:
any implementation of myinterface requires method1, method2 , method3 - can these left out?
i refer page: http://www.agilemodeling.com/style/classdiagram.htm whenever in doubt. can find topic under 3. interfaces
quick answer: can left out.
Comments
Post a Comment