JAVA PROGRAMMING - Create an interface "Employee" which has the attribute: rate, and the method getSalary(); - Implement the Employee interface with two classes: Hourly and Commissioned. - Hourly employees has the following additional attribute: hoursWorked. Hourly wage is 300 money. - Commissioned employee has the following additional attribute: itemSold. Commissioned employees get 200 money per item. If item sold is greater than 100, any items sold after 100 has +10 money bonus. Inputs: 1. First line contains the type of Employee (Hourly or Commissioned) 2. Second line is for the hours worked or the items sold depending on the type of Employee. Output: Enter type of Employee: Hourly Enter hours worked: 10 Salary: 3000
OOPs
In today's technology-driven world, computer programming skills are in high demand. The object-oriented programming (OOP) approach is very much useful while designing and maintaining software programs. Object-oriented programming (OOP) is a basic programming paradigm that almost every developer has used at some stage in their career.
Constructor
The easiest way to think of a constructor in object-oriented programming (OOP) languages is:
JAVA PROGRAMMING - Create an interface "Employee" which has the attribute: rate, and the method getSalary(); - Implement the Employee interface with two classes: Hourly and Commissioned. - Hourly employees has the following additional attribute: hoursWorked. Hourly wage is 300 money. - Commissioned employee has the following additional attribute: itemSold. Commissioned employees get 200 money per item. If item sold is greater than 100, any items sold after 100 has +10 money bonus. Inputs: 1. First line contains the type of Employee (Hourly or Commissioned) 2. Second line is for the hours worked or the items sold depending on the type of Employee. Output: Enter type of Employee: Hourly Enter hours worked: 10 Salary: 3000
![](/static/compass_v2/shared-icons/check-mark.png)
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
![Concepts of Database Management](https://www.bartleby.com/isbn_cover_images/9781337093422/9781337093422_smallCoverImage.gif)
![Prelude to Programming](https://www.bartleby.com/isbn_cover_images/9780133750423/9780133750423_smallCoverImage.jpg)
![Sc Business Data Communications and Networking, T…](https://www.bartleby.com/isbn_cover_images/9781119368830/9781119368830_smallCoverImage.gif)