Тёмный

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

Concept && Coding - by Shrayansh
Подписаться 110 тыс.
Просмотров 72 тыс.
50% 1

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

Опубликовано:

 

17 май 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 146   
@umangmalhotra1222
@umangmalhotra1222 Год назад
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.
@ConceptandCoding
@ConceptandCoding Год назад
Glad to know that buddy 👍
@kaustavgalacticos
@kaustavgalacticos 7 месяцев назад
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.
@HA-ky5vd
@HA-ky5vd 5 месяцев назад
jyada gyat mat do
@ankitgoyal8556
@ankitgoyal8556 3 месяца назад
Thanks dude.
@ritikchhillar4963
@ritikchhillar4963 3 месяца назад
good example
@srinivasa6981
@srinivasa6981 Год назад
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 Год назад
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...
@ConceptandCoding
@ConceptandCoding Год назад
Thanks 👍
@SugamMaheshwari
@SugamMaheshwari 2 месяца назад
Great explanation of factory and abstract factory design pattern!
@subhajitkarmakar22
@subhajitkarmakar22 Месяц назад
Nice video. Also please keep on adding more live coding examples along with concepts.
@sameerchoudhary8590
@sameerchoudhary8590 5 месяцев назад
Even in my company's codebase, factory pattern is used a lot. Nicely explained.
@ayushijain2911
@ayushijain2911 Год назад
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.
@AtharvaRao0104
@AtharvaRao0104 11 месяцев назад
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.
@trilochan6475
@trilochan6475 7 месяцев назад
Appreciate your explanation.. thank you very much. Very helpful for redesigning the existing module too.
@ConceptandCoding
@ConceptandCoding 7 месяцев назад
Thanks
@sachindwivedi546
@sachindwivedi546 9 месяцев назад
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.
@rahulsharma15
@rahulsharma15 Год назад
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.
@suchitrasrinivas4330
@suchitrasrinivas4330 Год назад
Very Nicely explained both factory and abstract factory patterns. Thanks a lot!
@ConceptandCoding
@ConceptandCoding Год назад
Most welcome!
@rohitkumar-gt9wp
@rohitkumar-gt9wp 6 месяцев назад
Great work 👍
@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?
@amansharma2466
@amansharma2466 2 года назад
Great work!
@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.
@tanishajindal5660
@tanishajindal5660 Год назад
Great work. Best resource for covering all hld and lld topics in a structured way.
@ConceptandCoding
@ConceptandCoding Год назад
Thanks
@ayushpanigrahi2041
@ayushpanigrahi2041 Год назад
the explanation with the code is just on point please keep making such videos 😀
@ConceptandCoding
@ConceptandCoding Год назад
thank you
@naruto5437
@naruto5437 Год назад
bhai bahot badhiya samjhaya....
@kanupriya3926
@kanupriya3926 3 месяца назад
Great explanation sir thank you so much.....i have a question can i took example of db connections here
@SatyamKumar-bw4vi
@SatyamKumar-bw4vi Год назад
Hare Krishna..! Great Video🙂
@veereshb3249
@veereshb3249 Год назад
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
@ConceptandCoding
@ConceptandCoding Год назад
Sure
@Mohit_Gupta24
@Mohit_Gupta24 Месяц назад
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.
@hemakiran5968
@hemakiran5968 5 месяцев назад
Correct me if Im wrong, the "Has-A" relation-ship symbol should be in reverse right? Ex: ShapeFactory
@shaileshgande3875
@shaileshgande3875 5 месяцев назад
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.
@theritesh973
@theritesh973 Год назад
Awesome explanation!!! Thank you!
@ConceptandCoding
@ConceptandCoding Год назад
thanks
@VanguardHere
@VanguardHere Год назад
Amazing sir, Very crisp info in such a short time
@ConceptandCoding
@ConceptandCoding Год назад
thank you
@noneedtoknowthishandle
@noneedtoknowthishandle 22 часа назад
interfaces shall always have I as prefix. In the example you shared the interface must have a name IShape.
@AmanSharma-vb5jl
@AmanSharma-vb5jl Год назад
Good one
@obsessiveDreamer
@obsessiveDreamer 2 года назад
Nice Explanation❣❣
@RAHULKUMAR-co7ye
@RAHULKUMAR-co7ye Год назад
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
@ADITYAKUMARking
@ADITYAKUMARking Год назад
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 Год назад
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 🤔
@amitthakur2799
@amitthakur2799 Год назад
Excellent Explanation!!, Thanks
@ConceptandCoding
@ConceptandCoding Год назад
thank you
@shubhamaptekar7748
@shubhamaptekar7748 Год назад
than you so much sir great job understanding easily
@ConceptandCoding
@ConceptandCoding Год назад
Thank you
@sravanakirtana2787
@sravanakirtana2787 3 месяца назад
Superb explanation not taking unnecessary extra time. Awesome thank you Sir
@vinayakgandhi5690
@vinayakgandhi5690 Год назад
No words. Hats off.
@ConceptandCoding
@ConceptandCoding Год назад
thank you
@ShekharSingh-qr3qu
@ShekharSingh-qr3qu Год назад
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.
@deepanshukumar3943
@deepanshukumar3943 Год назад
I had the same question but I didn't ask.
@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.
@jaymanik
@jaymanik Год назад
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 Год назад
@@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 Год назад
@@ConceptandCoding Thank you for super quick reply. I intend to watch all videos in both your playlists. Thanks again.
@ajayjangid1164
@ajayjangid1164 4 месяца назад
💡💡The name is “Abstract factory” coz the sub-factory-class is got abstracted in main-factory-class.
@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
@umangkumar2005
@umangkumar2005 6 месяцев назад
best way of explaining
@ConceptandCoding
@ConceptandCoding 6 месяцев назад
thanks
@akshaymahajan9626
@akshaymahajan9626 4 месяца назад
Very Well explained !
@ConceptandCoding
@ConceptandCoding 4 месяца назад
thanks
@akshay_g
@akshay_g 4 месяца назад
Nice videos
@shriharikulkarni3986
@shriharikulkarni3986 Год назад
Awesome explanation
@ConceptandCoding
@ConceptandCoding Год назад
Glad you liked it
@ravikanhreddymanik7767
@ravikanhreddymanik7767 10 месяцев назад
Excellent brother!!!
@ConceptandCoding
@ConceptandCoding 10 месяцев назад
Thank you
@bodybuildingtheory5337
@bodybuildingtheory5337 6 месяцев назад
It would be great if you can share the notes in description.
@shantanuverma331
@shantanuverma331 Год назад
Hi I have started this playlist today, will edit this comment after completing, hope I am motivated to do so
@ConceptandCoding
@ConceptandCoding Год назад
:) sure
@_dheerajmittal
@_dheerajmittal 2 месяца назад
Hey, I was trying to get the youtube membership for your channel, but transaction keeps on failing, is it still enabled?
@ConceptandCoding
@ConceptandCoding 2 месяца назад
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
@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
@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 RU-vid doesn't give auto Play option in reverse order. No worries. ☺️
@chandrikasaha6301
@chandrikasaha6301 7 месяцев назад
Too good
@ConceptandCoding
@ConceptandCoding 7 месяцев назад
Thanks
@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
@aryankumar488
@aryankumar488 Год назад
Can you please provide link for demo code of abstract factory pattern as well.
@ConceptandCoding
@ConceptandCoding Год назад
Noted
@premium3968
@premium3968 Год назад
Need more of interview questions examples with pattern this vehicle pen pencil less relatable
@ConceptandCoding
@ConceptandCoding Год назад
Noted
@sauravlikhar
@sauravlikhar 10 месяцев назад
Nice video
@ConceptandCoding
@ConceptandCoding 10 месяцев назад
Thanks
@siddhantjaiswal5999
@siddhantjaiswal5999 Год назад
Hey, can you please provide the onenote link or some notes images? it would be very helpful.
@ConceptandCoding
@ConceptandCoding Год назад
Sure will do
@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
@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)
@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.
@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
@ConceptandCoding
@ConceptandCoding Год назад
Sure Ankit.
@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.
@yogeshjoshi8021
@yogeshjoshi8021 9 месяцев назад
Can you please provide github link for the project
@commentator2407
@commentator2407 9 месяцев назад
U didn't show us abstract factory Patten code😢
@sabbulingineni
@sabbulingineni 4 месяца назад
If i want see videos of membership I need to pay 199 for lld and hld videos ?
@ConceptandCoding
@ConceptandCoding 4 месяца назад
199rs for lld, hld and java (all will get unlocked)
@sabbulingineni
@sabbulingineni 4 месяца назад
@@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 4 месяца назад
@@sabbulingineni yes it can be stopped anytime. notes link i have given in description section. for few it’s missing
@sabbulingineni
@sabbulingineni 4 месяца назад
@@ConceptandCoding thanks
@prankuragrawal1206
@prankuragrawal1206 9 месяцев назад
I Have jpined the channel but not able to see members only videos. Please do needful
@ConceptandCoding
@ConceptandCoding 9 месяцев назад
You should be able to buddy, pls check again
@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
@sashibhushanarajput1194
@sashibhushanarajput1194 Год назад
abstract factory kaa bhi code example plzz
@ConceptandCoding
@ConceptandCoding Год назад
Noted
@pnthrillz
@pnthrillz 19 дней назад
Bro this is not a factory pattern. This is just a simple factory, it is not even considered a design pattern.
@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.
@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.
@soundarya4314
@soundarya4314 5 месяцев назад
I really wish you explain in English
@ConceptandCoding
@ConceptandCoding 5 месяцев назад
covered it in English too, pls check video no 27 in this playlist
@akhilkumaramarneni8153
@akhilkumaramarneni8153 Год назад
github link please
@ConceptandCoding
@ConceptandCoding Год назад
gitlab.com/shrayansh8/interviewcodingpractise/-/tree/main/src/LowLevelDesign
@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
@ekrem8847
@ekrem8847 Год назад
i am watching for a minute to decide if this is English or not
@ConceptandCoding
@ConceptandCoding Год назад
It's Hindi. But all latest videos are in English:)
Далее
Make Up with Balloons 💄☺️🍓
00:23
Просмотров 3,2 млн
Abstract Factory Pattern - Design Patterns (ep 5)
25:54
8 Design Patterns EVERY Developer Should Know
9:47
Factory Method Pattern - Design Patterns (ep 4)
27:21
Просмотров 537 тыс.
Factory Design Pattern - Why and How with Code!!
15:35
5 Design Patterns That Are ACTUALLY Used By Developers
9:27
How I Mastered Low Level Design Interviews
8:41
Просмотров 44 тыс.