类图

it2022-05-21  68

   1.好处:a.用于分析和设计类           b.直观容易理解   2.     dog                           类名     + name:String             public 属性名:类型       +health:int               public 属性名:类型       -love:int                 private 属性名:类型       +Print():void           public 方法名:返回值类型 

转载于:https://www.cnblogs.com/123456lala/p/6888022.html

相关资源:数据结构—成绩单生成器

最新回复(0)