Facade Design Pattern in Java

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 5

  • @priyanshsharma4030
    @priyanshsharma4030 3 роки тому +6

    Hey, this is more kind of factory design pattern where ur selecting a object creation based on ur chrome or firefox driver that u are passing, not much like facade method, where we facade some kind of complex struture with a facade implementor

    • @vicky_s999
      @vicky_s999 2 роки тому

      Abstract Factory can serve as an alternative to Facade when you only want to hide the way the subsystem objects are created from the client code.

  • @ashishpatan
    @ashishpatan 5 років тому +4

    Nice explanation but could you please compare this example without Fasace DP. to better understand it

  • @kushagragupta8017
    @kushagragupta8017 2 роки тому +2

    you are confusing facade with factory pattern