aniket91 / IteratorDesignPatternDemo

Java program demonstration Iterator design pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iterator Design Pattern Demo

Java program demonstration Iterator design pattern.

This is story of two companies Company A and Company B. All was good when they functioned independently and had independent Employee records. One used an array to maintain employee records where as other maintained an array list. But thing went complex when they decided to merge together. Your task is to write code to print employees of both the companies together. You can read their complete story here -

-> http://opensourceforgeeks.blogspot.in/2016/06/iterator-design-pattern.html

This Project demonstrates a way to resolve this complicated situation by using iterator design patter.

Data Structures

About

Java program demonstration Iterator design pattern


Languages

Language:Java 100.0%