ZiBaT => Peter Levinsky => Programming => exercise

Start up
Back again

Updated : 2015-08-24

Start up

Mission:

To design and implement a model class.
You must document and test the class.

Get your IDE (Visual studio) working again.

Exercise:

Create a Portable Library – project (e.g. ‘PersonLib’)
Design and implement a class 'Person' that have two properties a name and an address.

Consider the two methods 'Equals' and 'CompareTo' (from the IComparable-interface)

You must make Unit test to ensure that your Person class are working correctly.

For reminding or refreshing see

You must document your Person class using doxygen.
For reminding or refreshing see