Monday, January 30, 2012

factory pattern

http://www.oodesign.com/factory-pattern.html

  • creates objects without exposing the instantiation logic to the client.
  • refers to the newly created object through a common interface


No comments:

Post a Comment