Prototype Design - Overview

Home » Product Development » Prototype Design » Prototype Design - Overview

The prototype pattern is often used in software development in which the objects created are determined by a prototypical case, and can be cloned in order to produce new objects. This is often used when the costs of creating a new object in the traditional way is cost prohibitive for the given application. Prototype designs as well as the manufactured sample require strict testing before being sent on for further production.


Next Page: Prototype Design - Fast Facts

Related Prototype Design Articles


Search