Help


from Wikipedia
« »  
The factory determines the actual concrete type of object to be created, and it is here that the object is actually created ( in C ++, for instance, by the new operator ).
However, the factory only returns an abstract pointer to the created concrete object.

1.958 seconds.