Logo

Programming-Idioms

History of Idiom 73 > diff from v325 to v326

Edit summary for version 326 by programming-idioms.org:
pFact -> fact

Version 325

2016-06-12, 16:57:40

Version 326

2016-06-12, 16:57:59

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.

Idiom #73 Create a factory

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