23
Alin Zamfiroiu [email protected]

S02 - Design Patterns

Embed Size (px)

DESCRIPTION

Design Patterns

Citation preview

  • Alin Zamfiroiu [email protected]

  • Singleton

    Simple Factory

    Factory Method

    Abstract Factory

    Prototype

    Builder

  • vorbeste();

    createObject();

  • descriere();

    createAnimalDeMare();

    createAnimalDePamant();

  • Adapter

    Composite

    Decorator

    Facade

    Flyweight

    Proxy

    Bridge