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
Get step-by-step solutions from verified subject matter experts
