Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Make these two separate classes(JAVA). Class Person : Make a Java file Person.java. Complete this Java class using the following specifications: Every person has first

Make these two separate classes(JAVA).

Class Person : Make a Java file Person.java.

Complete this Java class using the following specifications:

Every person has first and last names.

A constructor, which gets two parameters, first and last names, and initializes the corresponding instance variables.

Override the toString method, such that it returns first and last names with one space in between.

Class Building : Make a Java file Building.java.

Complete this Java class using the following specifications:

Every building has year of built and number of floors.

A default constructor, which initializes the year of built to the current year, and floor to 1. Note that current year must not be hard coded, like 2021.

Another constructor with two parameters, year of built and floor, which initializes the corresponding instance variables.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 19 21 2012 Proceedings Part 3 Lnai 7198

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284922, 978-3642284922

More Books

Students also viewed these Databases questions

Question

=+2 Why are international employment standards important to IHRM?

Answered: 1 week ago