Prototype Pattern
摘要
The Prototype pattern provides an alternative method for instantiating an object by copying (or cloning) an instance of an existing object. This chapter explains this pattern and its usefulness with simple examples.