|
Vector Arithmetic
Software Design Considerations |
|
Prof. David Bernstein |
| Computer Science Department |
| bernstdh@jmu.edu |
Point (or Vector)
class or just use an array?
Vector?
What methods do we need?
Should the attributes of a Point class be
an array or individual values?
How should we handle the number of elements?
Should methods return a new Point/array, or should
it modify the parameters?
What kind of error checking should be performed?