1. Design a class named Square to represent a square. The class contains: One double data field named side that specify the side's length of the square. The default value is 1 for side's length. A no-arg constructor that creates a default square. A constructor that creates a square with the specified side's length. A method named getArea() that returns the area of this square. A method named getPerimeter() that returns the perimeter of this square.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
1. Design a class named Square to represent a square. The class contains:
One double data field named side that specify the side's length of the square. The
default value is 1 for side's length.
A no-arg constructor that creates a default square.
A constructor that creates a square with the specified side's length.
A method named getAreal) that returns the area of this square.
A method named getPerimeter() that returns the perimeter of this square.
2. Draw the UML diagram for the class and then implement the class.
For more details about UML diagrams see the "UMLNotation.pdf" by Y. Daniel Liang, located
in LabFiles folder.
Discuss:
Should the class Square have a main method?
Use lab_02 as the name of this Java Application project.
3. Write a test program called TestSquare that:
Creates two Square objects: one object with side's length 5 and the other object with
side's length 5.75.
Display the side's length, area, and perimeter of each square object in this order.
Transcribed Image Text:1. Design a class named Square to represent a square. The class contains: One double data field named side that specify the side's length of the square. The default value is 1 for side's length. A no-arg constructor that creates a default square. A constructor that creates a square with the specified side's length. A method named getAreal) that returns the area of this square. A method named getPerimeter() that returns the perimeter of this square. 2. Draw the UML diagram for the class and then implement the class. For more details about UML diagrams see the "UMLNotation.pdf" by Y. Daniel Liang, located in LabFiles folder. Discuss: Should the class Square have a main method? Use lab_02 as the name of this Java Application project. 3. Write a test program called TestSquare that: Creates two Square objects: one object with side's length 5 and the other object with side's length 5.75. Display the side's length, area, and perimeter of each square object in this order.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education