Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In JAVA In this project, you will develop a library software. In this phase you are required to develop the following classes: 1. Class User

In JAVA

In this project, you will develop a library software. In this phase you are required to develop the following classes:

1. Class User

Class User that has first name, last name ,age and ID as its attributes.

Give your class a default and another constructor that initializes all attributes.

Add the necessary set and get methods in addition to a toString method.

2. Class Customer

Derive Customer from the class User.

A customer record has the customer first name, last name, age and ID (defined in the class user) and account state (use the type String).

Example of state : active or not active .

Give your class a default and another constructor that initializes all attributes.

Add the necessary set and get methods in addition to a toString method.

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

Data Management Databases And Organizations

Authors: Watson Watson

5th Edition

0471715360, 978-0471715368

More Books

Students also viewed these Databases questions

Question

Provide examples of Dimensional Tables.

Answered: 1 week ago