Is there a convention for showing overridden methods in UML static class diagrams?
问题 If class Human inherits some methods from superclass Mammal unchanged (such as laysEggs: () -> false ) and overrides other methods (such as postsToStackOverflow : () -> true ), is there any difference between how the different methods are indicated in portion of the UML static class diagram for Human ? For example, are only the overridden methods shown in the box for Human , or are both shown, with some annotation for the overridden methods? 回答1: Now there is. Some anonymous got me to dig