1 2 3 4 5 6
#include "ObjectFactory.h" Object * ObjectFactory::create_object() { return new Object(); }