c++实现抽象工厂完整源代码 AbstractFactory.hpp main.cpp AbstractFactory.hpp #ifndef __ABSTRACT_FACTORY__ #define __ABSTRACT_FACTORY__ #include <iostream> #