Question 1 Consider the following ULM class diagram: «abstract» Programmer #name: String #salary: double +Constructors() +annualPay(): double FullTime -overtimeHours: int +Constructors() +getters() & setters() +annualPay(): double 1- Create both classes considering that the FullTime is a child of the Programmer class. 2- Make sure you represent the class well in your code (use the same naming of attributes, classes and methods). 3- Override the annualPay() method so that it returns the value of 0 (zero) in the Programmer class and calculate the annual pay in the FullTime class based on the following formula: If overtime hours is 100 or less: Annual Pay = salary * 12 + overtime hours * 200 If overtime hours are more than 200: Annual Pay = salary * 12 + overtime hours * 300

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter10: Classes And Data Abstraction
Section: Chapter Questions
Problem 7SA: Assume the definition of class foodType as given in Exercise 6. Answer the following questions? (1,...
icon
Related questions
Question

Java programming. Urgent help needed.

Question 1
Consider the following ULM class diagram:
«abstract»
Programmer
#name: String
#salary: double
+Constructors()
+annualPay(0: double
FullTime
|-overtimeHours: int
+Constructors()
+getters() & setters()
+annualPay(): double
1- Create both classes considering that the FullTime is a child of the Programmer class.
2- Make sure you represent the class well in your code (use the same naming of attributes, classes and
methods).
3- Override the annualPay() method so that it returns the value of 0 (zero) in the Programmer class
and calculate the annual pay in the FullTime class based on the following formula:
If overtime hours is 100 or less:
Annual Pay = salary * 12 + overtime hours * 200
If overtime hours are more than 200:
Annual Pay = salary * 12 + overtime hours * 300
Transcribed Image Text:Question 1 Consider the following ULM class diagram: «abstract» Programmer #name: String #salary: double +Constructors() +annualPay(0: double FullTime |-overtimeHours: int +Constructors() +getters() & setters() +annualPay(): double 1- Create both classes considering that the FullTime is a child of the Programmer class. 2- Make sure you represent the class well in your code (use the same naming of attributes, classes and methods). 3- Override the annualPay() method so that it returns the value of 0 (zero) in the Programmer class and calculate the annual pay in the FullTime class based on the following formula: If overtime hours is 100 or less: Annual Pay = salary * 12 + overtime hours * 200 If overtime hours are more than 200: Annual Pay = salary * 12 + overtime hours * 300
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr