The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DesignPattern::Factory::ConcreteCreator - a participant in the Perl implementation of the Factory Method.

DESCRIPTION

DesignPattern::Factory::ConcreteCreator overrides the factory method it inherits from DesignPattern::Factory::Creator to return an instance of a ConcreteProduct.

FactoryMethod()

Returns a new ConcreteProduct.

AUTHOR

Nigel Wetters (nwetters@cpan.org)

COPYRIGHT

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.