SE1021
Software Development II
You can leave early if you have completed the entire lab -- just demo it to me and upload your files. If you leave early without uploading your files, you will automatically get a 20% reduction in the lab grade. Please help me to remember to check off your name.
You must demonstrate the following functionality by the end of week 3 lab (on Wednesday):
Shape
,
Point
, and
Triangle
classes fully implemented.
(3 pts for completion)Each student must submit their program with complete functionality. The classes must contain comments at the beginning of the file that include: Course name, Quarter, Assignment name, Author's name, and date. In addition, the class should have comments throughout, including JavaDoc for the class, all methods, and public attributes (see here).
You should submit your solution only once, so be sure you are happy with your solution before you submit it.
(Requirements adapted from Dr. Taylor's)