Всё таки в плюсцах есть одна удобная штука по сравнению с жавой. Куда удобнее и короче писатьenterprise_object_factory factory(arg1, arg2, arg3);чемEnterpriseObjectFactory factory = new EnterpriseObjectFactory(arg1, arg2, arg3);
enterprise_object_factory factory(arg1, arg2, arg3);
EnterpriseObjectFactory factory = new EnterpriseObjectFactory(arg1, arg2, arg3);