Adapter Design Pattern in Java

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

КОМЕНТАРІ • 24

  • @vikalppandit5143
    @vikalppandit5143 4 роки тому +6

    Explained it very simply and with easily understandable example.Great work!!!

  • @aishwaryatiwari7030
    @aishwaryatiwari7030 Рік тому

    Very well explanations provided for all the design patterns.

  • @theappareddy8376
    @theappareddy8376 3 роки тому +5

    such a good example keep up the good work

  • @shubhamchaudhary8688
    @shubhamchaudhary8688 3 роки тому +1

    Great Explaination!

  • @thanos9704
    @thanos9704 3 роки тому +1

    Nice explanation

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

    Awesome...

  • @sagarmalhotra7774
    @sagarmalhotra7774 5 років тому +1

    Nice explaination

  • @kamineebalkawade6747
    @kamineebalkawade6747 4 роки тому +1

    Hi, let's say in your example I have many drivers(adaptees), safari, opera, Do i need to write Adapters for them.

    • @CodingSimplified
      @CodingSimplified  4 роки тому +1

      Like explained in video, if adaptees are doing same work but using different function name, then we need to write Adapters.
      - Now the point is you need not to write separate adapeter for each. 'WebDriverAdapter' can handle this. You just pass the driver & as per driver, it'll call the function. So we can have switch case in WebDriverAdapter if you many adaptee.
      - Let me know if you've any further questions on it.

    • @venkataramanan2381
      @venkataramanan2381 4 роки тому

      @@CodingSimplified
      Nice video and nice explanation for the above query
      But in every method do we have to add switch statement.if it is code will get lengthy. Please correct me if I'm wrong

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

    Fantastic

  • @abbastalawala3797
    @abbastalawala3797 3 роки тому

    Brilliant

  • @jvsnyc
    @jvsnyc 3 роки тому

    At 4:00 the reference to WebDriverAdaptor was confusing me. I believe it is purely a typo, and should have been WebDriverAdapter. At 0:24 i.e. means you are explaining the meaning of a term,(Latin: "id est"), a simple example is e.g. for "example given". Good video, tho.

  • @SAHILSHARMA-de8hn
    @SAHILSHARMA-de8hn 4 роки тому

    Can u give code please

    • @CodingSimplified
      @CodingSimplified  4 роки тому

      Hi Sahil, Code is already provided in Description. Still here you can find the code: thecodingsimplified.com/adapter-design-pattern/

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

    Voice is tooo looooooow

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

    Very low voice Sir g...

    • @CodingSimplified
      @CodingSimplified  5 років тому

      Sorry for this, I'll take care this in my upcoming videos. For now, use headphone for clear voice.