information). Two classes Mobile and Person are associated with it. The Mob inherited by Nokia, OPPO and QMobile. Whereas the person is categorized or Businessman. The given hierarchy depicts the above statement in graphical w t: We are interested in polymorphism relationship (see main for details). Conside d expected output, and write complete clear and clean code. Do not use string pse. Person ShopManagement Mobile int Name: char useriD: int model: char int uoor int

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Implement the following hierarchy of shop management system as shown below in (incomplete) UML
diagram. Add attribute and functions by considering the requirements.
The ShopManagement is a parent class, which saves and updates the entire record (person's and his
mobile's information). Two classes Mobile and Person are associated with it. The Mobile class is
Bublically inherited by Nokia, OPPO and QMobile. Whereas the person is categorized as salaried
employee or Businessman. The given hierarchy depicts the above statement in graphical way.
Important: We are interested in polymorphism relationship (see main for details). Consider the given
main() and expected output, and write complete clear and clean code. Do not use string library for
any purpose.
Address
Person
ShopManagement
Mobile
StreetNo: int
Name: char
userlD: int
model: char
HouseNo: int
year. int
city: char
BusinessMan
SalariedEmployee
annuallncome: double
monthlyPay: double
Nokia
OPPO
QMobile
Display() Displayo Display()
Sample Code:
int main()
ShopManagement Users[3];
// salary, name, line, street, city
Person *pl = new SalariedEmployee(60000.0, "Ahmad Shan ALi", 12, 39, "Islamabad");
Mobile *nokia = new Nokia(2017, "Nokia 3310");
// anual income, name, line, street, city
Person *p2 = new BusinessMan(900000, "Muhammad Mansoor", 25, 56, "Quetta");
Mobile *oppo = new OPPO(222, "R11s Plus");
Person *p3 = new SalariedEmployee(30000, "Aadil Raza", 25, 1023, "Lahore");
Mobile *qMobile = new Qmobile(322, "Noir Z14");
Users[0].adduser (1, nokia, pl);
Users[1]. adduser(2, oppo, p2);
Users[2].adduser(3, qMobile, p3);
for (int i - 0; i < 3; i++)
Users[i].Display ();
cout « "\n\n";
return 0;
Transcribed Image Text:Implement the following hierarchy of shop management system as shown below in (incomplete) UML diagram. Add attribute and functions by considering the requirements. The ShopManagement is a parent class, which saves and updates the entire record (person's and his mobile's information). Two classes Mobile and Person are associated with it. The Mobile class is Bublically inherited by Nokia, OPPO and QMobile. Whereas the person is categorized as salaried employee or Businessman. The given hierarchy depicts the above statement in graphical way. Important: We are interested in polymorphism relationship (see main for details). Consider the given main() and expected output, and write complete clear and clean code. Do not use string library for any purpose. Address Person ShopManagement Mobile StreetNo: int Name: char userlD: int model: char HouseNo: int year. int city: char BusinessMan SalariedEmployee annuallncome: double monthlyPay: double Nokia OPPO QMobile Display() Displayo Display() Sample Code: int main() ShopManagement Users[3]; // salary, name, line, street, city Person *pl = new SalariedEmployee(60000.0, "Ahmad Shan ALi", 12, 39, "Islamabad"); Mobile *nokia = new Nokia(2017, "Nokia 3310"); // anual income, name, line, street, city Person *p2 = new BusinessMan(900000, "Muhammad Mansoor", 25, 56, "Quetta"); Mobile *oppo = new OPPO(222, "R11s Plus"); Person *p3 = new SalariedEmployee(30000, "Aadil Raza", 25, 1023, "Lahore"); Mobile *qMobile = new Qmobile(322, "Noir Z14"); Users[0].adduser (1, nokia, pl); Users[1]. adduser(2, oppo, p2); Users[2].adduser(3, qMobile, p3); for (int i - 0; i < 3; i++) Users[i].Display (); cout « "\n\n"; return 0;
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY