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


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.

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