SE1021
Software Development II
This is an old version of this course, from Winter 2013-2014. A newer version is available here.
This is an old version of this course, from Winter 2013-2014. A newer version is available here.
This is an individual assignment. Although discussing challenges with your classmates is encouraged, you should do all of the lab on your own. If you worked closely with anyone on this problem, include their name in the block-comment at the top of your source file.
You must demonstrate the following functionality by the end of week 3 lab:
Shape
,
Point
, and
Triangle
classes fully implemented.
(0 pts for completion, yes, 0 pts.)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)