abstract factory -- a doubt ?



new to OO and was wondering what other kind of design principle
violations does an Abstract Factory prevent other than OCP ?

thanks in advance.

.



Relevant Pages

  • Re: abstract factory -- a doubt ?
    ... Factory does prevent violations of OCP. ... related types that the factory is supposed to create, ... Abstract Factory... ...
    (comp.object)
  • Re: new considered harmful
    ... In languages with GC such as Java, ... as a design principle, it is essential on platforms which don't have ... The beauty of abstract factory is that you don't have to know *where* ... responsibility" principle: whoever does "new", ...
    (comp.object)