Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Complete Question: 5 on p . 6 4 4 . NOTE: In order to do Question No: 5 , you need to complete Question No:

Complete Question: 5 on p.644.
NOTE: In order to do Question No: 5, you need to complete Question No: 4(Person and Customer Class) on page 643.
Upload your zip folder to the instructor using this Assignment submission point. Person and Customer Classes
Design a class named Person with properties for holding a person's name, address,
and telephone number. Next, design a class named Customer, which is derived from
the Person class. The Customer class should have a property for a customer num-
ber and a Boolean property indicating whether the customer wishes to be on a mail-
ing list. Demonstrate an object of the Customer class in a simple application.
Inheritance and Polymorphism
PreferredCustomer Class
A retail store has a preferred customer plan where customers can earn discounts on
all their purchases. The amount of a customer's discount is determined by the
amount of the customer's cumulative purchases in the store as follows:
When a preferred customer spends $500, he or she gets a 5 percent discount on
all future purchases.
When a preferred customer spends $1,000, he or she gets a 6 percent discount
on all future purchases.
When a preferred customer spends $1,500, he or she gets a 7 percent discount
on all future purchases.
When a preferred customer spends $2,000 or more, he or she gets a 10 percent
discount on all future purchases.
Design a class named PreferredCustomer, which is derived from the Customer
class you created in Programming Problem 4. The PreferredCustomer class should
have properties for the amount of the customer's purchases and the customer's dis-
count level. Demonstrate the class in a simple application.
attached screenshots are question and assignment instructions. do it as per the instructions.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 19 21 2012 Proceedings Part 3 Lnai 7198

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284922, 978-3642284922

More Books

Students also viewed these Databases questions

Question

7. summarize the findings regarding coaches goal-setting practices.

Answered: 1 week ago

Question

recognise typical interviewer errors and explain how to avoid them

Answered: 1 week ago

Question

identify and evaluate a range of recruitment and selection methods

Answered: 1 week ago

Question

understand the role of competencies and a competency framework

Answered: 1 week ago