Will any body help me to know what is factry methods in C++ & how its implemented?
Factory design pattern and implementation
Collapse
X
-
Tags: None
-
-
Originally posted by sicarieI'm not sure about a factory method, but I have heard of the factory design pattern. The implementation is simple, it just creates new instances of a commonly used class.
member of the (super) class itself and is able to create instances from the class
or sub classes thereof.
kind regards,
JosComment
Comment