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

  Binary tree, print right view of it

Given a Binary Tree, print Right view of it. Right view of a Binary Tree is set of nodes visible when tree is visited from Right side.

  Write a program using the rand() function

Write a program using the rand() function and a large array to find the standard deviation, variance and mean as well as the min and max values of the array.

  You have in your program an arraylist which includes

you have in your program an arraylist that contains employee salaries double type in arbitrary order. you need to

  Determine an appropriate functional decomposition

Create structure charts for a problem and determine an appropriate functional decomposition or top-down design from a structure chart

  Add a sentinel command to stop the loop

add a sentinel command to stop the loop. When the program is compiled, It'll ask the user to type in a palindrome. I want the user to type EXIT to end the loop.

  Write a for loop that adds the integers

Assume the int variables i , lo , hi , and result have been declared and that lo and hi have been initialized. Write a for loop that adds the integers between lo and hi (inclusive), and stores the result in result .

  Write a program that can simulate a championship

CSCI804 Assignment. Write a program that can simulate a championship between competitors such as sport teams (soccer, hockey, etc), or individual players (tennis, ping-pong, badminton, etc ). You can reuse code from your own assignment2 solution

  What is the size of the hash table

What is the size of the hash table?What are hFint256() (16) and hFint256() (257)?

  Counts the number of time a distinct input number occurs

Prepare a c/c++ program that counts the number of time a distinct input number occurs.

  Write a program that keeps track of important birthdays

Write a program that keeps track of important birthdays. You can implement it with a one-dimensional array with enumeration type indices, a two-dimensional array, or with parallel arrays.

  Limitations of digital subscriber line

Part 1: What are some limitations of Digital subscriber line (DSL) technology? Part 2: What are some examples of improvements of asymmetric digital subscriber line 2 (ADSL2) beyond regular DSL?

  The manager of a football stadium

The manager of a football stadium wants you to write a program that calculates the total ticket sales after each game. There are four types of tickets-box, sideline, premium and general admission. The data is stored in a file, tickets.txt, in the fol..

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