class Sugar{ public: Sugar (int q) {this->quantity = q;} int get() {return quantity;} void set (int q) {this->quantity = q;} Sugar () (cout « "~Sugar () " « endl;} private: int quantity;}; class Milk( public: Milk (int q) {this->quantity = q;} int get () {return quantity;} void set (int q) {this->quantity = q;} Milk () {cout « "~Milk () " « endl;} private: int quantity;}; public: Tea (int m=NULL, int s=NULL):sugar (s+10) ,milk (m+10) { } int getsugar () {return gugaL get ();} int getMilk () {return milk get () ; } void setsugar (int s){gugarset(s);} void setMilk (int m) {milk set (m) ;} Tea () (cout <« "»Tea () " << endl;} private: Sugar gugar; Milk milk; class Teal } ; void main () { Tea cupl, cup2 (30 ,40), cup3 (NULL, 20); Gout<<"cup1 "

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 5PE
icon
Related questions
Question

USE OBJECT ORIENTED PROGRAMMING TO SLOVE THIS IN c++

class Sugar{ public: Sugar (int q) {this->quantity = q;}
int get() {return quantity;}
void set (int q) {this->quantity = q;}
Sugar () (cout « "~Sugar () " « endl;}
private: int quantity;};
class Milk( public: Milk (int q) {this->quantity = q;}
int get () {return quantity;}
void set (int q) {this->quantity = q;}
Milk () {cout « "~Milk () " « endl;}
private: int quantity;};
public: Tea (int m=NULL, int s=NULL):sugar (s+10) ,milk (m+10) { }
int getsugar () {return gugaL get ();}
int getMilk () {return milk get () ; }
void setsugar (int s){gugarset(s);}
void setMilk (int m) {milk set (m) ;}
Tea () (cout <« "»Tea () " << endl;}
private: Sugar gugar;
Milk milk;
class Teal
} ;
void main () {
Tea cupl, cup2 (30 ,40), cup3 (NULL, 20);
Gout<<"cup1 "<cup1.getMilk ()<", "<<cup1.getSugar ()<<endl;
Gout<<"cup2 "<<cup2 .getMilk Us<", "<<cup2.getSugar ()<<endl;
GOut<<"cup3 "<<cup3.getMilk Us<", "<<cup3.getSugar ()<<endl;
Tea cup4 (50 NULL), cup5 (NULL , NULL), cup6=45;
Gout<<"cup4 "<<cup4.getMilk U<", "<<cup4.getSugar ()<<endl;
sout<<"cup5 "<<cup5.getMilk ().<", "<<cup5.getSugar ()<<endl;
cout<<"cup6 "<<cup6.getMilk ()<<", "<<cup6.getSugar ()<<endl;
Transcribed Image Text:class Sugar{ public: Sugar (int q) {this->quantity = q;} int get() {return quantity;} void set (int q) {this->quantity = q;} Sugar () (cout « "~Sugar () " « endl;} private: int quantity;}; class Milk( public: Milk (int q) {this->quantity = q;} int get () {return quantity;} void set (int q) {this->quantity = q;} Milk () {cout « "~Milk () " « endl;} private: int quantity;}; public: Tea (int m=NULL, int s=NULL):sugar (s+10) ,milk (m+10) { } int getsugar () {return gugaL get ();} int getMilk () {return milk get () ; } void setsugar (int s){gugarset(s);} void setMilk (int m) {milk set (m) ;} Tea () (cout <« "»Tea () " << endl;} private: Sugar gugar; Milk milk; class Teal } ; void main () { Tea cupl, cup2 (30 ,40), cup3 (NULL, 20); Gout<<"cup1 "<cup1.getMilk ()<", "<<cup1.getSugar ()<<endl; Gout<<"cup2 "<<cup2 .getMilk Us<", "<<cup2.getSugar ()<<endl; GOut<<"cup3 "<<cup3.getMilk Us<", "<<cup3.getSugar ()<<endl; Tea cup4 (50 NULL), cup5 (NULL , NULL), cup6=45; Gout<<"cup4 "<<cup4.getMilk U<", "<<cup4.getSugar ()<<endl; sout<<"cup5 "<<cup5.getMilk ().<", "<<cup5.getSugar ()<<endl; cout<<"cup6 "<<cup6.getMilk ()<<", "<<cup6.getSugar ()<<endl;
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
ADT and Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning