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