- Queue collection allows to Enqueue duplicate and null values.
- Queue is a FIFO collection while Stack is a LIFO collection.
- Queue supports Enqueue( ) and Dequeue( ) methods.
- Stack supports Push( ) and Pop( ) methods.
- Both classes support Peek( ) method.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment