菜鸟的博客

纵有疾风起,人生不言弃。

导航

2025年1月13日 #

类的关系01

摘要: 类图: ```mermaid classDiagram class Item { <<interface>> +accept(Visitor visitor) } class Book { -String title +getTitle() +accept(Visitor visitor) } cl 阅读全文

posted @ 2025-01-13 09:55 hhmzd233 阅读(11) 评论(0) 推荐(0)