Question: * * Task 0 1 : * * Create the ` Salesperson ` class. * * Task 0 2 : * * The ` Salesperson
Task : Create the Salesperson class.
Task : The Salesperson class contains the id and sales data fields.
Task : The Salesperson class contains a blank, default constructor, and an overloaded constructor to assign the two data fields.
Task : The Salesperson class contains the setId and getId methods.
Task : The Salesperson class contains the setSales and getSales methods.
Task : Create the DemoSalesperson class.
Task : Create the DemoSalesperson class.
Task : The DemoSalesperson program displays nine Salesperson objects with incrementing ids and sales values.
Task : Create the SalespersonSort class.
Task : The SalespersonSort program sorts seven Salesperson objects entered by a user either by id or sales
Task : Create the SalesperonDatabase class.
Task #:CDEVTask : The SalespersonDatabase program can add new objects to the database.
Task #:CDEVTask : The SalespersonDatabase program can delete objects from the database.
Task #:CDEVTask : The SalespersonDatabase program can change objects in the database.
Task #:CDEVTask : The SalespersonDatabase program accepts up to Salesperson objects.
## Part A
Create a class named Salesperson Data fields for Salesperson include an int ID number id and a double annual sales amount sales Methods include a blank default constructor and a constructor that requires values for both data fields, as well as get and set methods for each of the data fields.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
