由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 问一下关于factory pattern对象的复制
相关主题
question about Design PatternsSynthesized Constructor到底什么意思?
why do we still use dynamic allocation?[合集] 又学了一招
C++ question请教个Bloomberg 的 C++ 题目
builder pattern是一次性还是可复用好?Is the order of initialization a, b, c or c, b, a?
delete this problem一个c++ constructor的问题, thanks
工厂模式 (转载)c++ question
factory and abstract factory 的区别what is the difference?
请教几个C++问题问个构造函数的问题
相关话题的讨论汇总
话题: 复制话题: pattern话题: factory
进入Programming版参与讨论
1 (共1页)
d**********u
发帖数: 3371
1
因为对生成的object只有其interface
那如果要对其做复制的话是不是只能做dynamic cast 有没有其他更好的办法呢
p*u
发帖数: 2454
2

check out "virtual constructor"

【在 d**********u 的大作中提到】
: 因为对生成的object只有其interface
: 那如果要对其做复制的话是不是只能做dynamic cast 有没有其他更好的办法呢

d**********u
发帖数: 3371
3
嗯 谢谢 是一个办法

【在 p*u 的大作中提到】
:
: check out "virtual constructor"

1 (共1页)
进入Programming版参与讨论
相关主题
问个构造函数的问题delete this problem
菜鸟请教smart pointer工厂模式 (转载)
Dynamic buffer management questionfactory and abstract factory 的区别
[合集] 问个题--- web dynamic graphic generation请教几个C++问题
question about Design PatternsSynthesized Constructor到底什么意思?
why do we still use dynamic allocation?[合集] 又学了一招
C++ question请教个Bloomberg 的 C++ 题目
builder pattern是一次性还是可复用好?Is the order of initialization a, b, c or c, b, a?
相关话题的讨论汇总
话题: 复制话题: pattern话题: factory