CIS 407 STUDY Extraordinary Life/cis407study.com CIS 407 STUDY Extraordinary Life/cis407study.com | Page 12

Section 2: Screenshot of the Driver Testing and Source Code of the Implementation
Create a screenshot of the driver testing and include a copy of source code of the implementation.
Submit a screenshot of the driver testing of the implementation of your Java program. Note: Go tohttp:// www. take-a-screenshot. org / if you need a tutorial on taking a screenshot.
Submit a copy of the source code of the implementation. Section 1 and Section 2 will be graded based on the following:
The program must compile, execute, produce correct results, and meet all of the specifications stated in Section 1.
Additionally you must: Organize the code for user readability. Organize the code for reusability. Organize the code for efficiency.
Provide documentation with embedded comments for reader understanding.
The specific course learning outcomes associated with this assignment are:
Discuss the concepts of inheritance and polymorphism. Compare and contrast abstract and concrete data types. Apply the Java concepts of file input / output.