|
DesignPattern::Factory::ConcreteCreator - a participant in the Perl implementation of the Factory Method. |
DesignPattern::Factory::ConcreteCreator - a participant in the Perl implementation of the Factory Method.
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.
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::ConcreteCreator - a participant in the Perl implementation of the Factory Method. |