结构型模式之组合模式:杀毒系统

一、题目 设计一款杀毒软件,客户可以直接对文件(ImageFile和TextFile)进行杀毒 也可以对某个指定文件夹(ImageFolder和TextFolder)下的文件进行杀毒。 java实现 Interface接口: public interface Interface { void setName(String name); //添加子目录的方法 void add(Interface f
相关文章
相关标签/搜索