zhuzhengyu
Technical User
hope someone could give me advice:
there are two simaliar creation pattern,say "abstract factory"&"factory method".I think they all contain two kinds of classes:
"creating class" used to create
"created class" used to be created
both need to be inherited to concrete class.
and only the "concrete creating class" could create "concrete created class"
I know the dipiction is clumsy.But hope to find the difference of them.
thanks a lot [sig][/sig]
there are two simaliar creation pattern,say "abstract factory"&"factory method".I think they all contain two kinds of classes:
"creating class" used to create
"created class" used to be created
both need to be inherited to concrete class.
and only the "concrete creating class" could create "concrete created class"
I know the dipiction is clumsy.But hope to find the difference of them.
thanks a lot [sig][/sig]