Adapter Pattern – Design Patterns (ep 8)

Adapter Pattern – Design Patterns (ep 8)

Christopher Okhravi

6 лет назад

240,758 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Safvan P
Safvan P - 10.11.2023 15:20

Thank you so much for this playlist, I highly appreciate your hard work in creating lectures

Ответить
Gilbert Gabriel
Gilbert Gabriel - 23.10.2023 10:08

Wow. I now understand the Adapter pattern. Very thorough explanation. Glad I found this video!

Ответить
saba pachulia
saba pachulia - 29.08.2023 09:47

VERY GOOD VIDEO!

Ответить
Raj_Soni
Raj_Soni - 16.08.2023 14:21

i like your videos too much.

Ответить
birmangam
birmangam - 04.08.2023 11:21

Am I wrong or it's like command pattern?

Ответить
Тарас Анічин
Тарас Анічин - 25.07.2023 15:07

Thanks for that video. Very clear explanation.

Ответить
Karapasi
Karapasi - 28.06.2023 19:53

You are amazing Christopher. So much dedication and passion. You actually created desire to learn and dive into these concepts. Thanks a lot.

Ответить
Oleg Smarandi
Oleg Smarandi - 10.05.2023 16:49

Thanks for that smile at the end of the video! Super cute :3

Ответить
Martín Alvarez
Martín Alvarez - 09.05.2023 14:52

Christopher: I've just found you....and I have to say that it is the best explanation that I saw about design patterns. I'll see other videos. Thanks from Argentina! Martin!

Ответить
HARINDER CHOUDHARY
HARINDER CHOUDHARY - 29.04.2023 09:29

one simple practice example for this pattern if you would like to learn by implementation.
create an adaptor between Legacy Calculator and modern Calculator.
Legacy calculator function signature would be int calculate(int op,int a, int b) where op is operation code.
Modern calculator function signature would be int add(int a,int b) , int subtract(int a,int b). As you can see interfaces of Modern Calculator and legacy calculator are incompatible. So you can create an adaptor class to make the interface compatible.

Ответить
Miguel Angel Useche Castro
Miguel Angel Useche Castro - 24.04.2023 18:58

Nice explanation!

Ответить
kira and the spoods
kira and the spoods - 19.04.2023 19:04

i really like how you always repeat things, i find it really difficult to focus on lectures and spoken word in general but with your videos i never lose track

Ответить
Olivier Bernard
Olivier Bernard - 28.01.2023 01:34

So smart and so speed ;=)

Ответить
Ma Ti
Ma Ti - 27.01.2023 12:45

I love that way of studing. It's fun, and you get me knowledge in easier way. Thanks a lot man!

Ответить
Sajith Dilhan
Sajith Dilhan - 22.01.2023 06:30

Thanks for the clear explanation.. Cheers!🙂

Ответить
A Z
A Z - 05.01.2023 00:13

Very nice video! Well explained!

Ответить
Alexander Safronov
Alexander Safronov - 23.12.2022 17:59

Great work 👍 Thank you 🙂

Ответить
Coding Islit
Coding Islit - 15.12.2022 12:08

Thank You.

Ответить
sqrt-1
sqrt-1 - 06.12.2022 03:53

What a perfect video. There's simply not a thing that could make it any better. Seriously, pedagogically, it's like Monica fucking Belucci.

Ответить