Question
Write a class called bouquet with this features: Data members: Number of flower in the bouquet, Color of flowers, Name of the flowers, and Price.
Write a class called bouquet with this features:
Data members:
Number of flower in the bouquet,
Color of flowers,
Name of the flowers, and
Price.
Member functions:
Constructors, - Overload the constructor
Set and get function,
Print bouquet, which would give full description of the content.
Note: please make 3 files in your project: a header file with extension .h for the declaration
of the class; a cpp file which includes the definitions of the member functions; and finally a
file named main.cpp that holds the main function. Please use the main file to interact with
user to get the information about the bouquet and then instantiate a class and print it
.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started