Home | About | Calendar | Projects | Assignments | Classes | Resources
{Programming III }
     
 
ASSIGNMENT 6
 
REMINDERS
 
.Make operators for less than and greater than for class Position.

Write operators for class Position that allow two Positions to be compared for less than and greater than. A Position Pos1 is less than a Position Pos2 iff Pos1's row is less than Pos2's row OR, if the two rows are the same, then Pos1's column must be less than Pos2's column.

.Optional.

None

.Scoring.

This Assignment will not be collected and graded. It will be incorporated as part of your next assignment.

.Resources.

[ The Marine Biology Case Study ]

  You can also implement other operators if you like, but they will not be necessary.
 
Page prepaed by Christian Day.
Site design by Kelly Moran
BackForward
 
 
Last Updated: