php设计模式-简单工厂模式

say();
$woman = SimpleFactory::createWoman();
$woman->say();

你可能感兴趣的:(php设计模式-简单工厂模式)