Q Search the web.. New Tab Type here to search O Converter Graded Work - CSIT210 - Introd x A https://ccbcmd-bb.blackboard.com/webapps/blackboard/content/listContent.jsp?course_id=_373082_1&conte. * Sign in Attached Files: D UML Template.docx (22.428 KB) Read: Chapter 5 Instructions: Submit your completed UML class diagram and Java file. Part I: Create a UML diagram for this assignment Partll: Create a program that implements a class called Dog that contains instance data that represent the dog's name and age. • define the Dog constructor to accept and initialize instance data. • create a method to compute and return the age of the dog in "person-years" (note: dog age in person-years is seven times a dog's age). Include a toString method that returns a one-line description of the dog • Create a driver class called Kennel, whose main method instantiated and updates several Dog objects. Submit a screenshot of your output, completed UML, and the java file for a grade.

LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
5th Edition
ISBN:9781337569798
Author:ECKERT
Publisher:ECKERT
Chapter7: Working With The Bash Shell
Section: Chapter Questions
Problem 7DE
icon
Related questions
Question

I would be happier if you could help me with this homework. The other screenshot is the document give at the beginning of the instruction.

thank you.

Q Search the web..
f a D :
New Tab
Type here to search
+
Converter
Bb Graded Work - CSIT210 - Introdi x
+
A https://ccbcmd-bb.blackboard.com/webapps/blackboard/content/listContent.jsp?course_id=_373082_1&conte..
Sign in
Attached Files: UML Template.docx (22.428 KB)
Read: Chapter 5
Instructions: Submit your completed UML class diagram and Java file.
Part I: Create a UML diagram for this assignment
Partll: Create a program that implements a class called Dog that contains instance data that represent the dog's name and age.
define the Dog constructor to accept and initialize instance data.
• create a method to compute and return the age of the dog in "person-years" (note: dog age in person-years is seven times a dog's age).
• Include a toString method that returns a one-line description of the dog
• Create a driver class called Kennel, whose main method instantiated and updates several Dog objects.
Submit a screenshot of your output, completed UML, and the .java file for a grade.
How to take a screenshot on Windows 10 with the PrtScn key
1. Press PrtScn. This copies the entire screen to the clipboard. ...
2. Press Alt + PrtScn. This copies the active window to the clipboard, which you can paste into another program.
3. Press the Windows key + Shift + S.
4. Press the Windows key + PrtScn.
How to take a screenshot on Mac
Press and hold these three keys together: Shift, Command, and 4.
Drag the crosshair to select the area of the screen to capture.
To move the selection, press and hold Space bar while dragging.
To cancel taking the screenshot, press the Esc (Escape) key.
10:55 PM
O Type here to search
Address
10/22/2020
近
Transcribed Image Text:Q Search the web.. f a D : New Tab Type here to search + Converter Bb Graded Work - CSIT210 - Introdi x + A https://ccbcmd-bb.blackboard.com/webapps/blackboard/content/listContent.jsp?course_id=_373082_1&conte.. Sign in Attached Files: UML Template.docx (22.428 KB) Read: Chapter 5 Instructions: Submit your completed UML class diagram and Java file. Part I: Create a UML diagram for this assignment Partll: Create a program that implements a class called Dog that contains instance data that represent the dog's name and age. define the Dog constructor to accept and initialize instance data. • create a method to compute and return the age of the dog in "person-years" (note: dog age in person-years is seven times a dog's age). • Include a toString method that returns a one-line description of the dog • Create a driver class called Kennel, whose main method instantiated and updates several Dog objects. Submit a screenshot of your output, completed UML, and the .java file for a grade. How to take a screenshot on Windows 10 with the PrtScn key 1. Press PrtScn. This copies the entire screen to the clipboard. ... 2. Press Alt + PrtScn. This copies the active window to the clipboard, which you can paste into another program. 3. Press the Windows key + Shift + S. 4. Press the Windows key + PrtScn. How to take a screenshot on Mac Press and hold these three keys together: Shift, Command, and 4. Drag the crosshair to select the area of the screen to capture. To move the selection, press and hold Space bar while dragging. To cancel taking the screenshot, press the Esc (Escape) key. 10:55 PM O Type here to search Address 10/22/2020 近
Q Search the web...
Q *
f a D :
New Tab
Type here to search
+
Converter
AutoSave
ff
図
UML Template (3) (2) - Saved to this PC -
P Search
Diarra, Mouna DM
File
Home
Insert
Draw
Design
Layout
References
Mailings
Review
View
Help
8 Share
P Comments
P Find -
- A A Aa- A
pE
- E- E
Times New Rom 12
AaBbCcD AaBbCcDc AaBbC AaBbCc] AaB
O Replace
Paste
BIU
ab x, x A - I. v
A
T Normal T No Spac. Heading 1 Heading 2
Dictate
Sensitivity
Editor
Title
A Select
Clipboard a
Font
Paragraph
Styles
Editing
Voice
Sensitivity
Editor
Instructions: Create a UML diagram for a Dog class. You can get some useful information from
your book Review Chapter 5 Pg. 179-180.
Dog
List the instance variables in the constructor
List the methods in the class.
The second row of the UML diagram lists the instance variables in the constructor. For example
-MAe: string
o - indicates private
O Mame is the variable name
O sring is the data type of name
The third row of the diagram lists the methods in the class. For example,
+EBtNue : string
• + indicates public
o gelae is the method name
o O empty parenthesie indicate nothing is sent to the method.
O sring is the return data type
Page 1 of 1
118 words
DFocus
55%
11:00 PM
P Type here to search
Address
W
10/22/2020
Transcribed Image Text:Q Search the web... Q * f a D : New Tab Type here to search + Converter AutoSave ff 図 UML Template (3) (2) - Saved to this PC - P Search Diarra, Mouna DM File Home Insert Draw Design Layout References Mailings Review View Help 8 Share P Comments P Find - - A A Aa- A pE - E- E Times New Rom 12 AaBbCcD AaBbCcDc AaBbC AaBbCc] AaB O Replace Paste BIU ab x, x A - I. v A T Normal T No Spac. Heading 1 Heading 2 Dictate Sensitivity Editor Title A Select Clipboard a Font Paragraph Styles Editing Voice Sensitivity Editor Instructions: Create a UML diagram for a Dog class. You can get some useful information from your book Review Chapter 5 Pg. 179-180. Dog List the instance variables in the constructor List the methods in the class. The second row of the UML diagram lists the instance variables in the constructor. For example -MAe: string o - indicates private O Mame is the variable name O sring is the data type of name The third row of the diagram lists the methods in the class. For example, +EBtNue : string • + indicates public o gelae is the method name o O empty parenthesie indicate nothing is sent to the method. O sring is the return data type Page 1 of 1 118 words DFocus 55% 11:00 PM P Type here to search Address W 10/22/2020
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 2 images

Blurred answer
Knowledge Booster
Database connectivity
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
LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
Computer Science
ISBN:
9781337569798
Author:
ECKERT
Publisher:
CENGAGE L