Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Tejaswi please do not answer it as your answers are wrong. I been paying for Chegg for 4 months, yet you guys have to answer

Tejaswi please do not answer it as your answers are wrong. I been paying for Chegg for 4 months, yet you guys have to answer any of my questions. I am gonna post it again please a real computer science expert help me!

Project Requirements

Each User Defined Class must be in its own separate source text file. The source file name must be the same name as the class name in the source code. The NetBean IDE will assist you in creating separate class files using the File - New File Option from the pull down menu. Do not place more than one class description/ definition code in a single text file unless it is an inner class. The name of the class source file must be same name as the class.

Create a Class named Person

The first part of the assignment is to create a Super Class named Person. Create a basic UML Diagram for the Class named Person. After creating the Class Diagram, implement Class and the methods of your class from the Class Diagram using NetBeans.

Requirements for the Person Class

A Person has a first name, last name, and social security number. The class should contain the basic functionality of a user defined object described in Chapters 8. The basic functionality described in chapter 8 is that all user defined objects should have a get and set method for each attribute. A user defined object should have a default constructor and initialization constructor. A user defined object should have an overriding toString method.

Create a Class named Employee

The next segment of the assignment is to create a basic UML Diagram for an Employee Class and to create and implement the class for the Employee. First create the UML Class Diagram. After creating the Class Diagram, create and implement the Class and the methods of your Employee class from the UML Class Diagram. The Employee class should inherit from the Person class by extending it.

Requirements for the Employee Class

Create a class named Employee. An Employee has a hire date and an employee type. The Employee class should contain the basic functionality of a user defined object described in Chapters 8 of the textbook. The basic functionality described in chapter 8 is that all user defined objects should have a get and set method for each attribute. A user defined object should have a default constructor and initialization constructor. A user defined object should have an overriding toString method.

Create a class named Administrator

The next part of the assignment is to create a basic UML Diagram for an Administrator class. After creating the Class Diagram, implement the methods of your Administrator class. The Administrator class has only one attribute, the administrator type attribute.

Requirements for the Administrator Class

The Administrator class should contain the basic functionality of a user defined object described in Chapters 8 of the textbook. The basic functionality described in chapter 8 is that all user defined objects should have a get and set method for each attribute. A user defined object should have a default constructor and initialization constructor. A user defined object should have an overriding toString method. The Administrator Class should inherit from Employee.

Create a class named Professor

The next part of the assignment is to create a basic UML Diagram for an Professor class. After creating the Class Diagram, implement the methods of your Administrator class. The Administrator class has only one attribute, the Professor Rank attribute.

Requirements for the Professor Class

The Professor class should contain the basic functionality of a user defined object described in Chapters 8 of the textbook. The basic functionality described in chapter 8 is that all user defined objects should have a get and set method for each attribute. A user defined object should have a default constructor and initialization constructor. A user defined object should have an overriding toString method. The Professor Class should inherit from Employee.

Create a class named Student

The next part of the assignment is to create a basic UML Diagram for a Student class. After creating the Class Diagram, implement the methods of your Student class. The Student class has two attribute, the Student Type and Student Major Attributes.

Requirements for the Student Class

The Student class should contain the basic functionality of a user defined object described in Chapters 8 of the textbook. The basic functionality described in chapter 8 is that all user defined objects should have a get and set method for each attribute. A user defined object should have a default constructor and initialization constructor. A user defined object should have an overriding toString method. The Student Class should inherit from Person.

Create a class named Graduate Student

The next part of the assignment is to create a basic UML Diagram for a Graduate Student class. After creating the Graduate Class Diagram, implement the methods of your Student class. The Graduate Student class has only one attribute, the Thesis Title attribute.

Requirements for the Graduate Student Class

The Graduate Student class should contain the basic functionality of a user defined object described in Chapters 8 of the textbook. The basic functionality described in chapter 8 is that all user defined objects should have a get and set method for each attribute. A user defined object should have a default constructor and initialization constructor. A user defined object should have an overriding toString method. The Graduate Student Class should inherit from Student.

Additionally for this class, it should contain the basic functionality that all user defined classes should have described and illustrated in Chapter 9. The basic functionality described is that every user defined class should also have a compareTo method and an overridden equals method.

Create a class named Under Graduate Student

The next part of the assignment is to create a basic UML Diagram for an Under Graduate Student class. After creating the Under Graduate Class Diagram, implement the methods of your Student class. The Under Graduate Student class has only one attribute, the Credit Hours attribute.

Requirements for the Under Graduate Student Class

The Under Graduate Student class should contain the basic functionality of a user defined object described in Chapters 8 of the textbook. The basic functionality described in chapter 8 is that all user defined objects should have a get and set method for each attribute. A user defined object should have a default constructor and initialization constructor. A user defined object should have an overriding toString method. The Under Graduate Student Class should inherit from Student.

Additionally for this class, it should contain the basic functionality that all user defined classes should have described and illustrated in Chapter 9. The basic functionality described is that every user defined class should also have a compareTo method and an overridden equals method.

Instantiate some instances of Graduate, Under Graduate, Administrator, and Professor Classes. Use your initialization constructor to give each instance an initial state. Use your default constructor to give an instance a default state. After giving an instance a default state, use your set methods to change the state of an object. Use the (to String) method of your Classes to print out the state of the instances of the Classes that were created in memory

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 2012 Proceedings Part 2 Lnai 7197

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

2012th Edition

3642284892, 978-3642284892

More Books

Students also viewed these Databases questions

Question

How can confirmations be used in auditing investments in stocks?

Answered: 1 week ago