S02 - Design Patterns

23
Alin Zamfiroiu [email protected]

description

Design Patterns

Transcript of S02 - Design Patterns

  • 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