- study. note
- 2008/07/30 09:02
Design Pattern - Prototype
1. 클래스다이어그램2. Source
Product.javapackage com.dazzilove.prototype.sample1.framework;
public interface Product extends Cloneable {
public abstract void use(String ...
1



최근 덧글