设计模式(java源码实现)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
星期八 e6588cce34 删除无用类 4 years ago
..
src 删除无用类 4 years ago
README.md 项目初始化 5 years ago
pom.xml 项目初始化 5 years ago

README.md

访问者模式

描述:访问数据结构并处理数据

在访问者模式中,数据结构与处理被分离开来

开闭原则