Question: 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!