Initially I was thinking why new pattern because this seems to be identical to the Strategy Pattern, But you explained the difference of intent nicely. Awesome teaching skills.
Hey, Thank you for the amazing playlist . I have watched all the videos of LLD till now and it has been amazing . Please consider adding Singleton Design pattern (with thread safety too) . Thank you.
Hey Shreyansh, thanks a ton for this video! However, I had a small doubt, say we start initially without implementing the bridge pattern, at a later point we decide to do so, how would u decide to do it? Of course it is possible, but to be precise can we switch to this pattern as and when required?
Hey , Thank you once again for another awesome content . I have quick question though. do you think that we should always use Bridge pattern instead of Strategy pattern(even though you mention in the video about the intent) because with the Bridge Pattern you are getting 1 - run time behaviour change like strategy pattern 2 - you abstract class can grow independently from actual implementor I think there is no harm as such right? . feel free to correct me .
You can use any. Both UML is almost same.based on your design usecase, if anybody ask, you can tell you used Strategy Pattern why or bridge pattern why. But code wise they are identical
According to you, In how many months will you be able to complete this playlist. I know this is high quality material and you are providing it for free but still if you could tell me the time, It would be highly useful to me.
Hi Pratham, this thing is very difficult for me to commit, if you see, in a month i generally upload 4-5 videos (mix of both LLD and HLD) but if office work is more , sometime it's less also. So difficult for me, but i am consistent with 1 video a week
Why abstract class have reference of bretheimplementor when class fish could have reference of bretheimplementor and same task can be done easily in same way ?? Why cant have reference of bretheimplementor in fish class itself?
Hey, can you create LLD for Google Calendar users can create meetings, reminders or holidays? asked it in one of my interview able to do it but not 100%
@@khushalgandhi5157 I suggest you to check the book design patterns. It's a very difficult read but once you go through it and research more online, you'll be able to digest it.
Bridge Design Pattern When interface implementation are going in more then one dimension and due to this lot of combination of classes are getting created. this problem bridge design pattern solves. for ex - shape abstracti
Initially I was thinking why new pattern because this seems to be identical to the Strategy Pattern, But you explained the difference of intent nicely. Awesome teaching skills.
Thanks
Hi Shreyansh,
Can you please give a real-world example of where and how we can use it?
Example taken could have been better i feel.
Feels like it's another way of implementinmg dependency inversion principle
Hey, Thank you for the amazing playlist . I have watched all the videos of LLD till now and it has been amazing . Please consider adding Singleton Design pattern (with thread safety too) . Thank you.
Noted and thanks, pls share it with your connections
Hi sir
Plz let me know if I am correct or not
In bridge what we do is divide the big class into abstraction and implementor
Sir waitinng for ur reply
Hey Shreyansh, thanks a ton for this video! However, I had a small doubt, say we start initially without implementing the bridge pattern, at a later point we decide to do so, how would u decide to do it? Of course it is possible, but to be precise can we switch to this pattern as and when required?
Sorry I did not understand the question properly, yes we can switch to this pattern later also, but it might require lot of code refactoring
On point explanation.
Thanks
Hey , Thank you once again for another awesome content . I have quick question though.
do you think that we should always use Bridge pattern instead of Strategy pattern(even though you mention in the video about the intent) because with the Bridge Pattern you are getting
1 - run time behaviour change like strategy pattern
2 - you abstract class can grow independently from actual implementor
I think there is no harm as such right? . feel free to correct me .
You can use any. Both UML is almost same.based on your design usecase, if anybody ask, you can tell you used Strategy Pattern why or bridge pattern why.
But code wise they are identical
@@ConceptandCoding Thanks buddy . I really appreciate your effort and dedication
Thanks for the video. Much needed :)
Thanks Prashant
Hey shreyansh, wanted to know the topics u cover in Java ( join membership) r u covering multi threading concurrency, spring boot ?
I will cover multi threading, concurrency.
Spring Boot i will start after Java playlist is completed, it would be different playlist overall
Hi Shrayansh, how do you take your notes ? It is through some writing pad like Wacom?
Yes, check out the first video of this channel
@@ConceptandCoding Can we use the wacom writing pad to draw on pdf notes?
@@adiin-1940 yes
According to you, In how many months will you be able to complete this playlist. I know this is high quality material and you are providing it for free but still if you could tell me the time, It would be highly useful to me.
Hi Pratham, this thing is very difficult for me to commit, if you see, in a month i generally upload 4-5 videos (mix of both LLD and HLD) but if office work is more , sometime it's less also.
So difficult for me, but i am consistent with 1 video a week
@@ConceptandCoding ok thanks for replying :)
It's like client of strategy pattern having multiple child and they use different different strategy
Hi!
You removed a bunch of videos from the LLD design videos such as the parking lot design. Can you please tell me where we can find them again?
Interview questions i have kept for members only buddy
Demon slayer fans as soon as he mentioned water breath... Zen shuchu, Mizu no Kokyu, Ju uichi no Kata: Nagi 🌊
Thank you!
Thanks
Why abstract class have reference of bretheimplementor when class fish could have reference of bretheimplementor and same task can be done easily in same way ?? Why cant have reference of bretheimplementor in fish class itself?
Hey,
can you create LLD for Google Calendar users can create meetings, reminders or holidays?
asked it in one of my interview able to do it but not 100%
Sure adding it in my backlog
Very shallow understanding and unclear explanation. Brush up your fundamentals Shrayansh.
hi do u have any resource I am also getting difficulties in understanding these patterns ?
@@khushalgandhi5157 I suggest you to check the book design patterns. It's a very difficult read but once you go through it and research more online, you'll be able to digest it.
Bridge Design Pattern
When interface implementation are going in more then one dimension and due to this lot of combination of classes are getting created.
this problem bridge design pattern solves.
for ex - shape abstracti
Thanks
Codes are unavailable of some design patterns. Please consider it.
Noted, it's in my repo, i will push it.
@@ConceptandCoding Thank you sir.
very unclear explanation this time