JAVA---UML类图

1、+表示public类型,-表示private类型,#表示protected类型

2、方法的写法:

​ 方法的类型(+、-)方法名(参数名:参数类型):返回值类型

3、带下划线的方法为构造器

4、属性部分:”:“前是属性名,”:“后是属性的类型

posted @ 2022-01-10 13:37  ice--cream  阅读(38)  评论(0编辑  收藏  举报