Create two child classes of salesperson

Assignment Help C/C++ Programming
Reference no: EM131264674

1. Create an application named TurningDemo that creates instances of four classes: Page, Corner, Pancake, and Leaf. Create an interface named ITurnable that contains a single method named Turn(). The classes named Page, Corner, Pancake, and Leaf implement ITurnable. Create each class's Turn() method to display an appropriate message. For example, the Page's Turn() method might display "You turn a page in a book."

2. Write a program named SalespersonDemothat instantiates objects using classes named RealEstateSalesperson and GirlScout. Demonstrate that each object can use a SalesSpeech() method appropriately. Also, use a MakeSale() method two or three times with each object and display the final contents of each object's data fields. First, create an abstract class named Salesperson. Fields include first and last names; the Salesperson constructor requires both these values. Include properties for the fields. Include a method that returns a string that holds the Salesperson's full name-the first and last names separated by a space. Then perform the following tasks:

- Create two child classes of Salesperson: RealEstateSalesperson and GirlScout. The RealEstateSalesperson class contains fields for total value sold in dollars and total commission earned (both of which are initialized to 0), and a commission rate field required by the class constructor. The GirlScout class includes a field to hold the number of boxes of cookies sold, which is initialized to 0. Include properties for every field.

- Create an interface named ISellable that contains two methods: SalesSpeech() and MakeSale(). In each RealEstateSalesperson and GirlScout class, implement SalesSpeech() to display an appropriate one- or two-sentence sales speech that the objects of the class could use. In the RealEstateSalesperson class, implement the MakeSale() method to accept an integer dollar value for a house, add the value to the RealEstateSalesperson's total value sold, and compute the total commission earned. In the GirlScout class, implement the MakeSale() method to accept an integer representing the number of boxes of cookies sold and add it to the total field.

Verified Expert

In this assignment they asked to write two c program that implements interface and abstract classes. The Turning Demo Class is created which create objects of four classes Page, Corner, Pancake, and Leaf. These four class implements an interface I Turnable which has a virtual function named Turn(). Now these four classes writes definition of their own for Turn(). In the next task Sales person Demo program is written the create instances of Real Estate Sales person and Girl Scout..

Reference no: EM131264674

Questions Cloud

Who do you interact with on a regular basis and how often : Who do you interact with on a regular basis and how often? What salary ranges are associated with jobs in this field? What is the most challenging thing you face in your field? What do you like and not like about this field?
What contracts do you think the winklevoss twins : What contracts do you think the Winklevoss twins and Divya Narendra should have drawn up when they hired Zuckerberg to work for their company? Use credible sources and research to support and explain
Determine the elastic modulus e : Stress-strain data are plotted in Fig. P4.5 for the initial portion of a tension test on AISI 4140 steel tempered at 538?C (1000?F). Note that data points A and B are labeled with their stress-strain coordinates.
Develop the strategic objectives for your new division : Develop the strategic objectives for your new division of the existing business in a balanced scorecard format in the context of key trends, assumptions, and risks. The strategic objectives are measures of attaining your vision and mission
Create two child classes of salesperson : Create an application named TurningDemo that creates instances of four classes: Page, Corner, Pancake, and Leaf. Create an interface named ITurnable that contains a single method named Turn().
Define social responsibility and business ethics : Define Social Responsibility and Business Ethics. List the stages in the development of ethical standards. What are the four main consumer rights?
Obtain the annual package for siriusxm : Be sure to include at least two ratios in each ratio category: liquidity, profitability, and solvency. Explain what each ratio means and what the ratio tells you about your organization's performance in the most recent period.
Write a few sentences on your organization : Write a few sentences on your organization and how it attracts and maintains employees. Does the website state how many employees? What does it say about recruiting?
What advice would a career conscious person give to a friend : She wants to know whether you think she may display it at work.  - What advice would a career-conscious, ambitious person give to a friend?

Reviews

inf1264674

11/4/2016 7:23:13 AM

I have checked the codes,they are working fine. i'm getting correct output as desired. There is no error at all. thanks. i have dont have any query. just need help on my further assignments as well.

Write a Review

C/C++ Programming Questions & Answers

  Returns the value of the arithmetic sum up to n

Write and test the following function that returns the value of the arithmetic sum up to neg. SumUpto(5) = 5+4+3+2+1 =15int SumUpto(int)

  Calculate the integer square root by calculating

Calculate the integer square root by calculating

  Add a copy constructor

Take the code below and add a copy constructor, assignment operator definition and destructor to the class. These functions have already been started for you.

  Service deliver to erica

At work one day, Erica Franz received 36packages. Speedy Delivery delivered three three times as many as Ralph's Express, while Ralph's Express delivered four more than Send Quick Package Service. How many packages did each service deliver to Erica..

  Write a simple class

Write a simple class and make a class called Circle with these properties:

  Identify each of the classes, associated data, and operation

Generate the pseudocode for each of the functions and subprograms to perform the processes on the objects

  How many different copies of the variable c are there

Most round-robin schedulers use a fixed size quantum. Give an argument in favor of and against a small quantum.

  Write a complete c++ program

The main program will read in a parameter value n (read this in main). Then it will call a function read2arrays (details below) to read lists of grades into two arrays, which the main program will call test1 and test2 (or some other names of your ..

  Create functions based on your existing source code

Create functions based on your existing source code (ex. GetCar, CreateCar, CalculateLapTime) which take in the appropriate parameters and give the correct output. Use pointers where applicable.

  During the execution of the above code, how many instru

(a) During the execution of the above code, how many instructions are executed? (b) Assuming a standard unicycle machine (CPI = 1) running at 100 KHz, how long will the above code take to complete?

  Write a program that asks the user for a profile name

Write a program that asks the user for a profile name and displays the number of characters, words, and lines in that file. Then have the program ask for the name of the next file. When the user enters a file that doesn't exist (such as the empty ..

  Relationship between obesity and food consumption

Researcher states that there is relationship between obesity and food consumption. Obesity is the condition of excess body fat and it can get diabetes, heart disease, high blood pressure and also fatal. People in the US getting obese because of the l..

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd