|
Vector Arithmetic
Software Design Considerations |
|
Prof. David Bernstein
|
| Computer Science Department |
| bernstdh@jmu.edu |
Point (or Vector)
class or just use an array?
Vector?
Should the attributes of a Point class be
an array or individual values?
Should methods return a new Point/array, or should
it modify the parameters?