| DesignPattern-Factory documentation | view source | Contained in the DesignPattern-Factory distribution. |
DesignPattern::Factory::ConcreteCreator overrides the factory method it inherits from DesignPattern::Factory::Creator to return an instance of a ConcreteProduct.
Returns a new ConcreteProduct.
Nigel Wetters (nwetters@cpan.org)
Copyright (c) 2001, Nigel Wetters. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.
| DesignPattern-Factory documentation | view source | Contained in the DesignPattern-Factory distribution. |