4.5.1. Points of Departure

  1. Read the API docs for QList and find three distinct ways of adding elements to the list.

  2. List three methods which exist in QStringList but are not in QList.

  3. Why does QList have an iterator and an Iterator? What is the difference between them?