Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
design_pattern:prototype_pattern [2018/01/20 15:32] – [Prototype Pattern] ledyxdesign_pattern:prototype_pattern [2021/02/07 03:28] (current) – [Prototype Pattern] ledyx
Line 9: Line 9:
 https://en.wikipedia.org/wiki/Design_Patterns#Patterns_by_Type https://en.wikipedia.org/wiki/Design_Patterns#Patterns_by_Type
  
-{{tag>Architecture Modeling DesignPattern Creational}}+{{tag>Architecture Modeling Design_Pattern Creational}}
  
 = Java = = Java =
  
-== Client ==+== Prototype ==
 <sxh java> <sxh java>
 /* 깊은 복사를 위해 Serializable 필요 */ /* 깊은 복사를 위해 Serializable 필요 */
Line 48: Line 48:
 </sxh> </sxh>
  
-== Prototype, ConcretePrototype == +== ConcretePrototype == 
-<sxh java ; title: Prototype>+<sxh java>
 /* 깊은 복사를 위해 Serializable 필요 */ /* 깊은 복사를 위해 Serializable 필요 */
 public interface Character extends Serializable { public interface Character extends Serializable {
design_pattern/prototype_pattern.1516462338.txt.gz · Last modified: 2021/02/07 03:15 (external edit)