difference btw List, Queue and Set? code example
Example: difference btw List, Queue and Set?
List and Set difference are index number and duplicate.
Queue does not have index number.
Except duplicates. It has a special order. First in, first out order
Stack is last in first out. And sub class of List