Summary
-
Page properties (1 modified, 0 added, 0 removed)
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