<
从版本< 36.1 >
xu yang编辑
在2022/03/07 14:57上
到版本
xu yang编辑
在2022/03/07 15:04上
>
修改评论 该版本没有评论

Summary

Details

Page properties
Content
... ... @@ -274,10 +274,20 @@
274 274  void eat()
275 275  }
276 276  
277 -interface Animal{
278 -void eat()
277 +class Father{
278 +void makeMoney()
279 279  }
280 280  
281 +class Xiaoming{
282 +Human girlFriend
283 +void play()
284 +}
285 +
286 +Human <|.. Father
287 +Human <|.. Xiaoming
288 +Father <|-- Xiaoming
289 +Human <.. Xiaoming
290 +
281 281  @enduml
282 282  {{/plantuml}}
283 283