The Iterator Pattern Explained and Implemented in Java | Behavioral Design Patterns | Geekific

Поділитися
Вставка
  • Опубліковано 24 сер 2024

КОМЕНТАРІ • 8

  • @alejandrocastano8950
    @alejandrocastano8950 10 місяців тому +3

    Dude, the way you teach this it's insane, thanks for making it so understandable.

  • @mohamedbouchelkia6844
    @mohamedbouchelkia6844 21 день тому

    well explained, thank you

  • @isirasamarasinghe748
    @isirasamarasinghe748 2 роки тому +4

    i am learning my full design pattern syllabus in OOP module from your videos. thx so much!!!!!

    • @geekific
      @geekific  2 роки тому +2

      Keep it up! Glad I could help :)

  • @vengateshm2122
    @vengateshm2122 2 роки тому +1

    Thank You. Understood the behind the scenes of iterator pattern.
    Program to an interface. In that way we can add features instead modifying it.

    • @geekific
      @geekific  2 роки тому

      Keep up the good work man!

  • @sashaovcharuk1518
    @sashaovcharuk1518 2 роки тому +2

    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.

    • @geekific
      @geekific  2 роки тому

      Hello! Nice catch :) Thanks for pointing this out!