Bridge Design Pattern | System Design Notification Service | Object Oriented Design Patterns

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 12

  • @suchanachakrabarti6783
    @suchanachakrabarti6783 10 месяцев назад

    amazingly explained, thanks a lot !!!

  • @panky905
    @panky905 3 года назад +2

    The explanation was really good. Please keep up the good work

    • @TheTechGranth
      @TheTechGranth  3 года назад

      Do like and subscribe and share with others 🙂

  • @vinodsonagara1072
    @vinodsonagara1072 2 года назад +1

    Nice explanation, understood everything clearly.

    • @TheTechGranth
      @TheTechGranth  2 года назад

      Glad it was helpful. Do like and subscribe and share with others 🙂

  • @sahilnaik7681
    @sahilnaik7681 12 дней назад

    hi I think can we also use event type Observer Design pattern where NOtificationService will be out producer and EventListener will be out subsriber which is implemented by WhatsappMsgListener, EmailMsgListener, etc. and the events are images, json, xml, text,etc.
    Can you please guide whther I am thinking in the right way or not

  • @pawanlathwal2637
    @pawanlathwal2637 2 года назад

    Nice practical way of explaining design pattern. I have doubt on how to handle formatting of message/notification. For example - Product Delivery Email has to be formatted on different way than Slack/SMS.

  • @amulpatwa4495
    @amulpatwa4495 2 года назад

    Man, you are awesome.

  • @arpanbanerjee6224
    @arpanbanerjee6224 Год назад

    Isn t this the observer design pattern?
    Thanks for the great explanation and example.

  • @pritybhudolia1012
    @pritybhudolia1012 2 года назад +1

    Amazing tutorial as usual . Keep up the Good work! (Y)

  • @Itsme1n1ly
    @Itsme1n1ly 2 года назад +1

    Can you please summarize which piece of code is only abstraction and which is only implementation exactly?