Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -274,10 +274,20 @@ 274 274 void eat() 275 275 } 276 276 277 - interfaceAnimal{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