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: ItemType 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.

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter9: Using Classes And Objects
Section: Chapter Questions
Problem 2CP
icon
Related questions
Question
100%
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
Transcribed Image 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
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.
Transcribed Image 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.
Expert Solution
Step 1
  • Here our task is to create 2 classes that will manipulate some geometrical objects.
  • Since the object is not specified let me choose a Rectangle.
  • It is asked to name the datatype classes with student's firsname_DataTypeName. Here let me choose some arbitrary name David, you can change it later according to your convenience. So our datatype class name is David_Rectangle.
  • We are asked to name the second class with our last name and six digit timecode, here let me choose the name as Brown123422TestApp as the application class name.

 

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 7 steps with 2 images

Blurred answer
Knowledge Booster
Unreferenced Objects
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT