How should I denote static classes in UML?

后端 未结 4 1371
无人及你
无人及你 2020-12-10 04:28

So I did some research about how to denote static methods and classes in UML. I found on these two pages that static methods should be denoted by underlining them, but what

4条回答
  •  一生所求
    2020-12-10 04:57

    Static classes are usually denoted by underlining the class name. Its a convention to underline static features, so it makes sense that underlining the class name would denote a static class.

提交回复
热议问题