about:     Head First: Design Patterns examples in Factory C (OOC)
version:   1.4.3
author:    Christopher "Willy" Posten

todo: keep a readme here along with the readme in Factory/OOC/
      and the Factory C licence and article/report inside the 
	  Factory folder so, if i update the design patterns examples 
	  i will leave a note of it here.
	  
			
					- - 		version 1.5.1			- - 
			
			- implemented the destructor for the Decorator Pattern
			
			- added d10() as an example for the Factory Table
			where you can print its info, this is key for show
			casing how overrides can be done at any time in any 
			way specified by the user, call it my version of a 
			Builder Pattern.
			