User profile: lhoussain

User info
User name:lhoussain
History
Joined:
Number of posts:2
Latest posts:

Factory pattern
but i need to use A functions, and B,C functions too. [code] A *a ; B b = new B(); b.function3(a, ...

Factory pattern
can you explain me what means this architecture and how i can instanciate my object : [code] classe ...