Dude, the way you teach this it's insane, thanks for making it so understandable.
@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 :)
@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!
@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.