Dude, the way you teach this it's insane, thanks for making it so understandable.
@MrPatrickbuit5 күн бұрын
OOP is so smart sometimes. I would have never come up with 4:43 where you define the viable iterators for a class by creating fields of type iterator within that class. So clever imo.
@isirasamarasinghe7482 жыл бұрын
i am learning my full design pattern syllabus in OOP module from your videos. thx so much!!!!!
@geekific2 жыл бұрын
Keep it up! Glad I could help :)
@BibhuBal27 күн бұрын
Great . Very concise.
@mohamedbouchelkia68445 ай бұрын
well explained, thank you
@vengateshm21223 жыл бұрын
Thank You. Understood the behind the scenes of iterator pattern. Program to an interface. In that way we can add features instead modifying it.
@geekific3 жыл бұрын
Keep up the good work man!
@sashaovcharuk15182 жыл бұрын
Hi! I assume there is a mistake in the schema. Method createIterator() from the interface IterableCollection does not have any arguments. However, It returns an instance of type Iterator.
@geekific2 жыл бұрын
Hello! Nice catch :) Thanks for pointing this out!