Factory patternbut i need to use A functions, and B,C functions too. [code] A *a ; B b = new B(); b.function3(a, ...
Factory patterncan you explain me what means this architecture and how i can instanciate my object : [code] classe ...