5. Factory Pattern Vs Abstract Factory Pattern Explanation, Low Level System Design interview

Поделиться
HTML-код
  • Опубликовано: 17 май 2022
  • Hi, in this video we have covered #factoryPattern and #abstractFactoryPattern design patter out of many design pattern which is asked in Low level system design interview.
    ➡️ Become a Member: / @conceptandcoding

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

  • @umangmalhotra1222
    @umangmalhotra1222 Год назад +23

    I am following your videos in LLD and HLD religiously. For not only any interview preparation, but to become a good engineer. Upade - finished this today.

  • @kaustavgalacticos
    @kaustavgalacticos 7 месяцев назад +23

    And regarding abstract factory, although, you haven't coded it here, I just thought it is worth mentioning for the wider audience on the real use-case of that pattern. The example you showed is not the ideal use-case of the abstract factory. Luxury or ordinary, a car is still a car, so it should still be a factory. But, the most appropriate pattern for it is decorator, which prevents class explosion of different types of cars.
    Now coming to the real use-case of abstract factory. It has a very niche use-case, like some other behavioural patterns (e.g. flyweight). That use-case is creation of products in factory in a package. Imagine a racing game with different backgrounds, different landscapes, etc. you still need to create different unrelated objects, in same quantity, but with minor changes in the characteristics. That's where you use the abstract factory. For instance, one abstract factory will produce all the objects required in the game if it is played in rainy mountainous terrain, another abstract factory will create the same objects but in sunny desert terrain. The point is, when you create an object of sunny desert terrain, all the other objects of the game have to be created in sunny desert terrain, not rainy mountainous terrain. that's where the abstract factory really comes to the fore. so it is a bundled creation of objects based on criteria that drives whether you should use abstract factory or not.

  • @srinivasa6981
    @srinivasa6981 Год назад +13

    These patterns were in my To-Do List since long. May be more than 2 years. But finally I was able to understand and completed the tasks successfully within two days. I really enjoyed the video. Looking forward for more videos like this. Thank you for your great efforts.

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

      Thanks a lot. Kindly check the playlist, you will find many content like this :)

  • @anant1995rawat1995
    @anant1995rawat1995 Год назад +8

    Studied the design pattern for the first time, but after studying it from your channel it felt like I have known these concepts for a long time. Amazing work bro...

  • @SugamMaheshwari
    @SugamMaheshwari 2 месяца назад +1

    Great explanation of factory and abstract factory design pattern!

  • @rohitkumar-gt9wp
    @rohitkumar-gt9wp 6 месяцев назад +1

    Great work 👍

  • @SrijoniChakraborty
    @SrijoniChakraborty 9 дней назад +1

    Hi shreyans, I used to watch your LLD and HLD designs. I built my knowledge completely relying on those. I got an offer from microsoft as SDE(L60) Thanks for explaining so well.

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

    Great work!

  • @AtharvaRao0104
    @AtharvaRao0104 Год назад +3

    what you have described is a "SimpleFactory" .
    The creational pattern "factory method" pattern. Most get confused between the 2.
    in factory method pattern, In your super class you describe the work to be done using an abstraction. (coding to an interface) But someone has to create the real object. This creation is delegated to the sub class. The advantage is conformance to OCP. You create a new class which just creates the derived object which implements the abstraction.

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

    bhai bahot badhiya samjhaya....

  • @trilochan6475
    @trilochan6475 8 месяцев назад +1

    Appreciate your explanation.. thank you very much. Very helpful for redesigning the existing module too.

  • @Mohit_Gupta24
    @Mohit_Gupta24 2 месяца назад +2

    The first pattern is not Factory pattern.
    It is Simple Factory, which is more of a good programming practice. Also, In the class diagram, Shape "has a" Shape Factory to delegate responsibility of object creation to factory, but it is missing in the code implementation part.
    Also, please include Factory Method pattern.

  • @subhajitkarmakar22
    @subhajitkarmakar22 Месяц назад +1

    Nice video. Also please keep on adding more live coding examples along with concepts.

  • @dileepkumareduvaka4864
    @dileepkumareduvaka4864 12 дней назад +1

    really good content man :)

  • @sameerchoudhary8590
    @sameerchoudhary8590 5 месяцев назад

    Even in my company's codebase, factory pattern is used a lot. Nicely explained.

  • @SatyamKumar-bw4vi
    @SatyamKumar-bw4vi Год назад

    Hare Krishna..! Great Video🙂

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

    Great video, because no one can explain in hindi in a simple way because in english there are tons of videos, but kuch samaj nahi aata unka and many indian FAANG are just making videos in english. pta nahi kya promote kr rahe hai. but acha hai LEARNING VIDEO should always be in hindi tabhi samajh aata hai bhale hi problem kitni bdi kyu na ho.

  • @ayushijain2911
    @ayushijain2911 Год назад +1

    Hello Shrayansh,
    Thanks for quality content. I am learning from your tutorials and also found this playlist one of the best.
    Recommending to my friends as well. Thanks

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

      thanks a lot Ayushi. Thanks for recommending, It means a lot to me.

  • @rahulsharma15
    @rahulsharma15 Год назад +3

    Easy to grab explanation 🙂
    Please build the full playlist of design patterns.
    You are doing a great work
    Thanks buddy

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

      thanks Rahul, pls do check my LLD playlist, i have covered many design pattern in it.

  • @AmanSharma-vb5jl
    @AmanSharma-vb5jl Год назад +1

    Good one

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

    Very Nicely explained both factory and abstract factory patterns. Thanks a lot!

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

    Nice Explanation❣❣

  • @tanishajindal5660
    @tanishajindal5660 Год назад +3

    Great work. Best resource for covering all hld and lld topics in a structured way.

  • @theritesh973
    @theritesh973 Год назад +1

    Awesome explanation!!! Thank you!

  • @ayushpanigrahi2041
    @ayushpanigrahi2041 Год назад +1

    the explanation with the code is just on point please keep making such videos 😀

  • @user-zk2fn8xv6x
    @user-zk2fn8xv6x 2 дня назад

    Hi shreyans, I am following your playlist for LLD and HLD its really great content, can you please provide the code repo for all the design patterns it would be really helpful

  • @VanguardHere
    @VanguardHere Год назад +1

    Amazing sir, Very crisp info in such a short time

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

    Help me understand it right. If we have a new Factory coming up as an economical luxury, is such a case, I would change the lower classes, right? For example, Hyundai should move from ordinary to econ. luxury. But that would be violating the SOLID principle classes not open to change. Any recommendation? Is there a way for concrete classes to select which factory they should belong to?

  • @amitthakur2799
    @amitthakur2799 Год назад +1

    Excellent Explanation!!, Thanks

  • @shubhamaptekar7748
    @shubhamaptekar7748 Год назад +1

    than you so much sir great job understanding easily

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

    I really liked and impressed by your explanation in all the videos, very good content.
    did not understand why your channel has very less subscriber.

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

      Really glad to know that you liked the content.
      🙂 youtube reach is less, but I am trying to promote through my LinkedIn as much as I can.

  • @veereshb3249
    @veereshb3249 Год назад +1

    firstly thanks for doing this, really great stuff... secondly your examples help a lot.. can you please try giving more examples Sir.. I really wanted more abstract factory pattern examples.. helps in remembering

  • @vinayakgandhi5690
    @vinayakgandhi5690 Год назад +1

    No words. Hats off.

  • @sravanakirtana2787
    @sravanakirtana2787 3 месяца назад +1

    Superb explanation not taking unnecessary extra time. Awesome thank you Sir

  • @kanupriya3926
    @kanupriya3926 4 месяца назад

    Great explanation sir thank you so much.....i have a question can i took example of db connections here

  • @hemakiran5968
    @hemakiran5968 5 месяцев назад

    Correct me if Im wrong, the "Has-A" relation-ship symbol should be in reverse right? Ex: ShapeFactory

  • @akshay_g
    @akshay_g 5 месяцев назад +1

    Nice videos

  • @RAHULKUMAR-co7ye
    @RAHULKUMAR-co7ye Год назад +1

    Great Work It help us a lot please make more videos that help us to understand company standard

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

      Thanks, Pls do check the complete LLD and HLD playlist

  • @sourabhchoudhary7289
    @sourabhchoudhary7289 3 месяца назад

    How there is "has a" relationship btw factory and shape ? as factory don't have a shape instance it just returns it.

  • @shaileshgande3875
    @shaileshgande3875 6 месяцев назад +3

    One small correction:
    ShapeFactory interface doesn't have a "has-a" relationship with Shape interface.
    It doesn't hold a Shape object, instead, one of it's method creates and returns a shape object to the client based on some logic.
    Please correct me if I'm missing anything.

    • @rohan8758
      @rohan8758 4 месяца назад

      right shailesh, I am also reasoning the same.

  • @dhivyaj4542
    @dhivyaj4542 16 дней назад

    Hi Is there no English version available. Please share if it is available

  • @umangkumar2005
    @umangkumar2005 7 месяцев назад +1

    best way of explaining

  • @shriharikulkarni3986
    @shriharikulkarni3986 Год назад +1

    Awesome explanation

  • @jaymanik
    @jaymanik Год назад +1

    Great Explaination. Keep up the awesome work.

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

      Thanks

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

      @@ConceptandCoding Which should i learn first LLD or HLD? I am 8 years experienced software developer preparing for interviews.

    • @ConceptandCoding
      @ConceptandCoding  Год назад +1

      @@jaymanik both need to be learn parallerly buddy, as both are imp for this much of experience and both are independent of each other

    • @jaymanik
      @jaymanik Год назад +1

      @@ConceptandCoding Thank you for super quick reply. I intend to watch all videos in both your playlists. Thanks again.

  • @noneedtoknowthishandle
    @noneedtoknowthishandle 18 дней назад

    interfaces shall always have I as prefix. In the example you shared the interface must have a name IShape.

  • @akshaymahajan9626
    @akshaymahajan9626 5 месяцев назад +1

    Very Well explained !

  • @ravikanhreddymanik7767
    @ravikanhreddymanik7767 11 месяцев назад +1

    Excellent brother!!!

  • @shantanuverma331
    @shantanuverma331 Год назад +1

    Hi I have started this playlist today, will edit this comment after completing, hope I am motivated to do so

  • @ADITYAKUMARking
    @ADITYAKUMARking Год назад +2

    Great Explanation. Thanks for video. One Question, though: In many codebases i saw that developers use HashMap() instead of switch cases in factory function/method. Is this good practice or bad practice? Can you clarify ?

    • @ShekharSingh-qr3qu
      @ShekharSingh-qr3qu Год назад +1

      They are using that to remove switch or if conditions. From a collection they can manage. In dependency injections framework like ninject same way they are implementing i thought 🤔

  • @_dheerajmittal
    @_dheerajmittal 3 месяца назад

    Hey, I was trying to get the youtube membership for your channel, but transaction keeps on failing, is it still enabled?

    • @ConceptandCoding
      @ConceptandCoding  3 месяца назад

      i am not sure buddy, i can see yesterday also some engineers joined the membership. So its working fine.
      you can try udemy then. Link is in Channel about section

  • @kaustavgalacticos
    @kaustavgalacticos 7 месяцев назад

    Good content. Although, I just wanted to point out something so that other viewers are also aware of the nuance. This is a factory pattern, which is not really a design pattern, technically speaking. The actual pattern is factory method pattern, where the same over-ridden method will create different products.

    • @vishaldas5692
      @vishaldas5692 5 месяцев назад

      do you have any video of it

  • @chandrikasaha6301
    @chandrikasaha6301 8 месяцев назад +1

    Too good

  • @bodybuildingtheory5337
    @bodybuildingtheory5337 6 месяцев назад

    It would be great if you can share the notes in description.

  • @ShekharSingh-qr3qu
    @ShekharSingh-qr3qu Год назад +1

    Hi Shrayansh,
    You are doing a great job and the number of people like me get to learn the concepts in an easy way. However, in this video the factory pattern you explained is not the one from the gang of four factory patterns.please correct me if I mistaken.

  • @ajayjangid1164
    @ajayjangid1164 4 месяца назад +1

    💡💡The name is “Abstract factory” coz the sub-factory-class is got abstracted in main-factory-class.

  • @sauravlikhar
    @sauravlikhar 11 месяцев назад +1

    Nice video

  • @rohan8758
    @rohan8758 4 месяца назад

    Hi shreyansh, can you please provide code/github repo of given example of Abstract Factory pattern please ? I am trying to implement it but unable to do so.

    • @ConceptandCoding
      @ConceptandCoding  4 месяца назад

      this is the link, but abstract factory pattern code seems not there, will add it :
      gitlab.com/shrayansh8/interviewcodingpractise/-/tree/main/src/LowLevelDesign

    • @rohan8758
      @rohan8758 4 месяца назад

      Ok sir, Thanks

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

    Hi Sir, just 1 doubt. What is the use of Abstract factory pattern. We could have use factory pattern itself for luxury and ordinary cars. What are the cons of using factory pattern in the scenario mentioned in the video??

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

      Its nothing but a factory of factory. Whenever in your code you have multiple factory pattern and we want to pick which particular factory method to call, then this pattern can be used.
      To be honest. Factory pattern is very popularly used but Abstract Factory is very rarely used. But good to know this,

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

      @@ConceptandCoding
      can you share code for Abstract factory pattern for the example you explained here?

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

    Shrayansh, will you please consider my one request?
    Sort the videos in the playlist in proper order. I'm watching this video and you mentioned that we have covered strategy and observer etc but in the playlist, they are below this video. So, I've not covered them all. It might be case for many. Just a suggestion.
    Thaks again for these insights. 🙂

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

      Hi, i have given the numbering to the videos and also mentioned in playlist description that, pls start the playlist from bottom buddy.

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

      It's in sorted form, start from bottom and move upwards

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

      @@ConceptandCoding correct but when RUclips doesn't give auto Play option in reverse order. No worries. ☺️

  • @HEMANTVERMA-pv2pe
    @HEMANTVERMA-pv2pe Год назад

    Great explanation. Though 1 thing I always struggle with is if factory needs to be an interface or abstract class.
    In one of the scalar masterclass It was said that behaviour difference => interface, attribute commons => abstract class. Is that correct?

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

      Why you need factory class to be interface or abstract. It can be normal class also right.
      Could you please elaborate your question?

    • @HEMANTVERMA-pv2pe
      @HEMANTVERMA-pv2pe Год назад

      ​@@ConceptandCoding When we talk about abstract factory design pattern. Factory needs to be abstract, rather than being a concrete class, right?

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

      @@HEMANTVERMA-pv2pe
      Ig yes, becoz it has different sub classes ( luxury and normal cars classes) under it
      And we want to return the factory obj assigned to those specific sub classes..
      Not sure if I'm getting it right
      I'm assuming from the factory pattern at 5:26 , like he is assigning circle obj to Shape interface object ( he could assign square obj to Shape interface as well) , becoz both classes circle and square are implementing Shape interface

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

    Hey, can you please provide the onenote link or some notes images? it would be very helpful.

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

    Can you please provide link for demo code of abstract factory pattern as well.

  • @khalidhashimeh
    @khalidhashimeh 2 месяца назад

    I was hoping you would explain in English for a larger audience, thank you

    • @ConceptandCoding
      @ConceptandCoding  2 месяца назад

      i covered in english too, pls check "All Creational", "All Behavioral", "All Structural" design patterns.

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

    Need more of interview questions examples with pattern this vehicle pen pencil less relatable

  • @ayushsahu8731
    @ayushsahu8731 9 месяцев назад

    How is factory pattern different from strategy pattern?

    • @prasad.kenkre
      @prasad.kenkre 9 месяцев назад

      Strategy pattern is a behavioral design pattern which is basically used to interchangibly use only one algorithm using polymorphism based on the object need where as factory is a creational design pattern that delegates object creation process to other class seperating out the dependent class and its actual dependacy (object of another class that it needs)

  • @yogeshjoshi8021
    @yogeshjoshi8021 9 месяцев назад

    Can you please provide github link for the project

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

    I Have jpined the channel but not able to see members only videos. Please do needful

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

      You should be able to buddy, pls check again

  • @sabbulingineni
    @sabbulingineni 5 месяцев назад

    If i want see videos of membership
    I need to pay 199 for lld and hld videos ?

    • @ConceptandCoding
      @ConceptandCoding  5 месяцев назад

      199rs for lld, hld and java (all will get unlocked)

    • @sabbulingineni
      @sabbulingineni 5 месяцев назад

      @@ConceptandCoding can we get some notes or material.
      We need to pay every month right ?
      Once after completion we can stop it is like that ?

    • @ConceptandCoding
      @ConceptandCoding  5 месяцев назад

      @@sabbulingineni yes it can be stopped anytime. notes link i have given in description section. for few it’s missing

    • @sabbulingineni
      @sabbulingineni 5 месяцев назад

      @@ConceptandCoding thanks

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

    why are you lock the main videos ex parking lot and other.If you want to earn then you can earn via adds easily?

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

      Those are interview questions buddy.
      All basics, principles, patterns and fundamentals are open.

  • @manvendrasingh3664
    @manvendrasingh3664 11 месяцев назад

    In the previous videos you said that system design should be free now you also made it for members only.

    • @ConceptandCoding
      @ConceptandCoding  11 месяцев назад

      Only interview questions buddy, everything else is free

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

    Please provide real example github code links as well. Understanding these patterns are easy but we need to see how they where implemented in real code.
    Some ref github repo should be enough

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

    U didn't show us abstract factory Patten code😢

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

    abstract factory kaa bhi code example plzz

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

    you have not explained abstract factory design properly, you should make another video for the same , also one suggestion , try to extend example of factory design pattern only for abstract factory , that will help students more to clearly understand the difference between the two

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

      Hi Shivom. Thanks for the feedback.
      Sure, in Live LLD session will do that and cover in detail

  • @soundarya4314
    @soundarya4314 6 месяцев назад

    I really wish you explain in English

    • @ConceptandCoding
      @ConceptandCoding  6 месяцев назад

      covered it in English too, pls check video no 27 in this playlist

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

    Its a humble request please don't make LLD & HLD paid like everyone. It was really great when all video were free. Please bhaiya

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

      almost all videos are free only, only few interview questions are for member only buddy.

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

    Dude is this english or what am I listening to?

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

      Few initial videos are in Hindi, but I have covered them in English in later videos.
      Like:
      All Creational Design Patterns in 1 video and
      All Structural Design Patterns in 1 video

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

    This 1 felt fast with no code

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

      Sorry to hear this, let me know if it's not clear, we can discuss.

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

    github link please

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

      gitlab.com/shrayansh8/interviewcodingpractise/-/tree/main/src/LowLevelDesign

  • @pnthrillz
    @pnthrillz Месяц назад

    Bro this is not a factory pattern. This is just a simple factory, it is not even considered a design pattern.

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

    i am watching for a minute to decide if this is English or not