Saturday, June 13, 2009

Chapter 4-Lesson 2

  • 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.

No comments:

Post a Comment