Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Develop a class named Department with two data members: name and size. The name can take values such as Finance, Human Resources. size is for

Develop a class named Department with two data members: name and size. The name can take values such as "Finance", "Human Resources". size is for how many people work in the department; You should provide all constructors, all get/set methods, and the toString method; 2). Develop a class called Company which should have at least four data members: name, address, totalNumberOfEmployees, and departments (of type Department; an array). The relation between Company and Department is composition. The total number of employees is the sum of the sizes of all departments. You should provide all constructors, especially the constructor that receives departments as an initial value, all get/set methods, and the toString method; 3). Create three departments: "Finance", "Human Resources", "IT". Test all constructors, and get/set methods, toString method; 4). Create a company object with the above departments: "Finance", "Human Resources", "IT". Test all constructors, and get/set methods, toString method; take screenshots;

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_2

Step: 3

blur-text-image_3

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

Automating Access Databases With Macros

Authors: Fish Davis

1st Edition

1797816349, 978-1797816340

More Books

Students also viewed these Databases questions

Question

What are the three areas of finance?

Answered: 1 week ago

Question

Persuasive Speaking Organizing Patterns in Persuasive Speaking?

Answered: 1 week ago