Current Forum: Homework 2 Forum |
Date: Mon Sep 17 2001 2:35 pm |
Author: Bortz, Andrew S. <abortz@andrew.cmu.edu> |
Subject: Re: Role of setRow(), setCol() |
|
|
So what purpose do setRow() and setCol() serve if a) all they are supposed to do is update the row and col internal variables, b) we provide no way to recall these variables from outside the class, and c) the only method inside the class that uses the row and col variables overwrites them before using them (since loadMaze is passed row and col values) |
|