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

Summary

Details

Page properties
Content
... ... @@ -274,20 +274,10 @@
274 274  void eat()
275 275  }
276 276  
277 -class Father{
278 -void makeMoney()
277 +interface Animal{
278 +void eat()
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 -
291 291  @enduml
292 292  {{/plantuml}}
293 293