Advertisement
tari

tari

Dec 7th, 2009
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Behavior:
  2. Basic add()/remove() (those with *) 15/15
  3. Remaining corresponding methods in the Vector class 55/60
  4.  
  5. Code:
  6. add() doubles array size 5/5
  7. main() with clear test cases 40/40
  8. Javadoc Documentation comments 5/5
  9.  
  10. Misc Deductions:
  11. Use of structure other than arrays: /-10
  12. Fields are not private /-2 ea (-6 max)
  13. Internal methods are not private /-2 ea (-6 max)
  14. Using any collection (rather than array) /-20
  15.  
  16. ----------------------------------------------------------------------------
  17. Total: 120/125
  18.  
  19. Comments:Good Job!!!!!!!!!!!!!!!!!11111eleventy!!!
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement