Question: [Chapter 6] Rewrite this structure as a class so that the public data will still be public and the private data will still be private.
[Chapter 6]
Rewrite this structure as a class so that the public data will still be public and the private data will still be private.
struct IceCream{
string flavor;
bool contains_nuts;
bool contains_chocolate;
float price;
};
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
