java原型模式

Uml圖: //抽象原型 public interface Prototype { public Object cloneMe() throws CloneNotSupportedException; } //具體原型: public class Cubic implements Prototype,Cloneable { double length,width,height
相關文章
相關標籤/搜索