You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have separated our vehicles according to body types for production.
27
38
While our vehicles are being produced, each case type stores its own vehicles in a static dataset.
@@ -34,11 +45,28 @@ Here, the iterator design pattern is used. In this way, we did not have to rewri
34
45
While applying the Iterator design pattern, we wrote a method that returns Iterator. In this method, the ".iterator" property is used for datasets stored as List.
35
46
Again, for the data stored as a raw array in this method, a class that implements the Iterator interface is written and an instance of that class is created.
0 commit comments