/*************************************************************************

 IBM(R) VisualAge(TM) C++ for OS/2(R), Version 3
  - Collection Class Library -

 (C) Copyright IBM Corp. 1991, 1995.
  - Licensed Material - Program-Property of IBM - All Rights Reserved.

 *************************************************************************/

Tutorial 6: Writing polymorphic applications

1) Write a printCollection function, that prints list as well as sets.
2) Contruct a tabular list and copy all elements from the linked list
   to the tabular one.
3) What do you have to add  to person.h for the tabular list to work?
   What do you have to add  to person.h for the set to work?
4) Print  out the contents of all collections.
5) Add "your name"  to the reference class of the tabular sequence
6) Add  K. Liegert to the tabular sequence
7) What is the advantage of providing classes  for polymorphic
   use and for non-polymorphic use?
