1. Naming agreement: In order to insure compliance of all projects done for this course with my current specifications, I would like to see a unique names used for all classes, more specifically: All...


1. Naming agreement: In order to insure compliance of all projects done for this course<br>with my current specifications, I would like to see a unique names used for all classes,<br>more specifically:<br>All Data Type classes (like Circle2D, MyShape) should have a name<br>YourFirstName _yourDataType.java,<br>All Application classes names should start with your Last Name plus six digit<br>timecode (MMDDYY), Like Smith051221TestApp,<br>Petrowski072216TravelLogApp and similar.<br>2. Application description: Program should has at least two classes. First class is a main<br>class that would manipulate some data (geometrical objects). Second class would present<br>a data itself. This could be in a simplest case with data presented as single concrete class<br>(Circle, Rectangle, etc.), or a more advanced design with superclass and subclass.<br>Use all components already developed in the previous workshops.<br>The data encapsulated into your Data Type class should be private and accessed only via<br>public get() methods. Have toString() method implemented to print specific for each<br>object information.<br>Application should use array to store that data and manipulate it (add data, delete,<br>maybe sort, search and output it). Data input is entered from keyboard. Results are<br>output on the screen. Use comments in the program code and enable some instructions<br>printed out on the screen.<br>UML class diagram:<br>Item Type<br>YourApp<br>3. Deliverables: java, .class, and readme files.<br>In readme file specify how your application works, and provide example of the sample<br>input and expected output.<br>

Extracted text: 1. Naming agreement: In order to insure compliance of all projects done for this course with my current specifications, I would like to see a unique names used for all classes, more specifically: All Data Type classes (like Circle2D, MyShape) should have a name YourFirstName _yourDataType.java, All Application classes names should start with your Last Name plus six digit timecode (MMDDYY), Like Smith051221TestApp, Petrowski072216TravelLogApp and similar. 2. Application description: Program should has at least two classes. First class is a main class that would manipulate some data (geometrical objects). Second class would present a data itself. This could be in a simplest case with data presented as single concrete class (Circle, Rectangle, etc.), or a more advanced design with superclass and subclass. Use all components already developed in the previous workshops. The data encapsulated into your Data Type class should be private and accessed only via public get() methods. Have toString() method implemented to print specific for each object information. Application should use array to store that data and manipulate it (add data, delete, maybe sort, search and output it). Data input is entered from keyboard. Results are output on the screen. Use comments in the program code and enable some instructions printed out on the screen. UML class diagram: Item Type YourApp 3. Deliverables: java, .class, and readme files. In readme file specify how your application works, and provide example of the sample input and expected output.
ビ<br>Example of the readme.txt file:<br>Author:<br>Date:<br>Description: (Sample)Application that does manipulations with myShape objects,<br>accepting input from command line and keyboard. Instructions and comments are in<br>the program.<br>Files included:<br>1. ApplicationName.java<br>2. ApplicationName.class<br>3.<br>4.<br>Instructions:<br>To run: java ApplicationName.class 10<br>where 10 is the size of the ADT<br>To test: enter.......<br>Expected output is<br>下、<br>

Extracted text: ビ Example of the readme.txt file: Author: Date: Description: (Sample)Application that does manipulations with myShape objects, accepting input from command line and keyboard. Instructions and comments are in the program. Files included: 1. ApplicationName.java 2. ApplicationName.class 3. 4. Instructions: To run: java ApplicationName.class 10 where 10 is the size of the ADT To test: enter....... Expected output is 下、
Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here