Logo

Programming-Idioms

History of Idiom 73 > diff from v5 to v6

Edit summary for version 6 by :

Version 5

2015-08-21, 17:03:38

Version 6

2015-08-21, 17:04:04

Idiom #73 Create a factory for a particular object class

Create a factory named pFact for any sub class of Parent and taking exactly one string str as constructor parameter.

Idiom #73 Create a factory

Create a factory named pFact for any sub class of Parent and taking exactly one string str as constructor parameter.