How to use abstract factory to design admit card module for schools like Harvard, MIT, Georgia Tech

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.ย. 2024

ความคิดเห็น • 34

  • @shankar7435
    @shankar7435 7 หลายเดือนก่อน +2

    After watching several videos and headfirst java book i had zero idea of the core of this pattern. This video cleared all my doubts and understood completely to an extent now, i am very comfortable to use this in my real code. Thanks a lot.❤❤❤

  • @enkhboldochirbat3578
    @enkhboldochirbat3578 ปีที่แล้ว +2

    Your videos has best explanation of abstract factory Design pattern.

  • @tanishqsaini4217
    @tanishqsaini4217 6 หลายเดือนก่อน

    Thank you 🔥much better explained than many of the paid courses.

  • @mohans1001
    @mohans1001 2 ปีที่แล้ว

    Thank you for the nice explanation, this time i got the exact concept of Factory design concept. Haven been following your channel a lot

  • @anjonroy7408
    @anjonroy7408 2 ปีที่แล้ว +4

    Nice explaination. Request you to kindly share the code of the example showed in the video

  • @mukeshmahadev7419
    @mukeshmahadev7419 ปีที่แล้ว

    Very clear explanation Thanks. I took a paid course on other platform but finally ended up here and this is concise and quick to follow 😄.
    One Query: Here is client is calling both the factory methods, I think the UniversityFactory class should have had the logic to create the admit card. We could have passed the course and marks to UniveristyFactory which could have selected the college and instantiated the admit card by passing the other parameter to the AdmitCard class.
    Please let me know your thoughts on this.

  • @jayakrishnathammana
    @jayakrishnathammana 2 หลายเดือนก่อน

    Very productive time of today by watching this video..

  • @RaghavRathi-qb8fr
    @RaghavRathi-qb8fr หลายเดือนก่อน

    I don't think the code is following open closed principle, the code should be open to extension but closed to modification, if we needed to add a new university, more branched if-else statements will have to be written, which is a clear violation of the open closed principle, great video nonetheless!

  • @sahild8623
    @sahild8623 2 ปีที่แล้ว +2

    As usual, great content and explanation. Just wondering can you please list out which all patterns you are going to cover in this playlist ? And how soon are you targeting to complete that list ? Actually I am preparing for this design patterns and so far I found your content to be the best among all content creators, so eagerly waiting for more patterns which will be covered. 🤞😇

    • @sudocode
      @sudocode  2 ปีที่แล้ว +1

      Thanks for your appreciation Sahil. We cannot guarantee any date as of now. But yeah 1 video will be released every week in the playlist. So you can keep learning with that.

    • @prashantrajawat2829
      @prashantrajawat2829 ปีที่แล้ว

      @@sudocode Mam please complete remaining video of solid principles. Your explanation is amazing 👍

  • @digvijaychauhan7312
    @digvijaychauhan7312 2 ปีที่แล้ว

    Good analogy.But it will be more helpful if the code is smaller to understand

  • @PrateekSaini
    @PrateekSaini 6 หลายเดือนก่อน

    I found this video confusing because you've combined the Factory Method and Abstract Factory patterns in the same example. By default the Abstract Factory pattern can work without the Factory MEthod pattern. GOF book describes a clear example for the Abstract Factory pattern.

  • @TonyStark90743
    @TonyStark90743 2 ปีที่แล้ว

    very well articulated , thanks for the video

  • @FaithandFun-w6q
    @FaithandFun-w6q 2 ปีที่แล้ว

    Very nice. Thank you for sharing. 💛

  • @cknk8262
    @cknk8262 8 หลายเดือนก่อน

    It will be helpful if you could also mention what programming languages supports which design pattern. I don’t think what java supports we can apply same in python. Just a thought I may be wrong. Thanks

  • @pramalvi
    @pramalvi ปีที่แล้ว

    In the first video of design patterns series you explained the scope for Factory method pattern is Class but for Abstract method pattern is Object. Can you explain that?. Both looks kinda same to me.

  • @ujjaldeb6286
    @ujjaldeb6286 2 ปีที่แล้ว

    Really glad you exist🙏🙏🙏

  • @infinite639
    @infinite639 2 ปีที่แล้ว

    your explanation is very good

  • @jatindersinghaujla
    @jatindersinghaujla 2 ปีที่แล้ว +1

    Hi, Thanks for the informative videos.
    I have one scenario can you suggest which is this design pattern is best for it or not.
    Suppose I have one website like swiggy or zomato. There we have different payment methods like upi, debit card, credit card, pay later, cash on delivery and as we know we have various vendors for it like for upi ve have gpay, bharat pay, for payment gateway we have razorpay, stripe etc) and merchant have option to show one or more payment methods and which ever vendor merchant want to choose can choose it to accept the payment is it a good to you this abstract factor design pattern or is there any other pattern which best fit to this scenario

  • @sumitbasu5146
    @sumitbasu5146 2 ปีที่แล้ว

    Thank you so much for these videos

  • @sahilmanchanda25
    @sahilmanchanda25 19 วันที่ผ่านมา

    no link of github is there of your code in description

  • @shashankcool
    @shashankcool 2 ปีที่แล้ว

    Very nice explanation of abstract factory. Please share link of code snippet.

    • @kumarnishchay9065
      @kumarnishchay9065 ปีที่แล้ว

      Have you got the code snippet , Please share

  • @j.r.krishna1122
    @j.r.krishna1122 ปีที่แล้ว

    Excellent

  • @mdnadeemasgar6279
    @mdnadeemasgar6279 ปีที่แล้ว

    Hi Yogita, can you please upload the code online and share the code url in the description. So that we can also try manipulating the code for the given design pattern.

  • @swify1
    @swify1 2 ปีที่แล้ว

    Beautiful

  • @sharathvemperala9285
    @sharathvemperala9285 2 ปีที่แล้ว

    Hi madam Do you take classes. I want to learn competitive coding system design

  • @PankajPatel-zh8mf
    @PankajPatel-zh8mf 2 ปีที่แล้ว

    🙏🙏🙏🌸

  • @FrankGP.com.
    @FrankGP.com. 2 ปีที่แล้ว

    hello, your instagram no found

  • @meetpatel5537
    @meetpatel5537 2 ปีที่แล้ว +1

    hello 👋 mam

  • @RAJUBHAI-ww7em
    @RAJUBHAI-ww7em 2 ปีที่แล้ว +1

    .

  • @mohamedkhaled817
    @mohamedkhaled817 9 หลายเดือนก่อน

    well done