class Product
{
public:
Product();
void read();
bool is_better_than(Product b) const;
void print() const;
private:
string name;
double price;
int score;
};
Does this mean liftoff is at 25:30:00?Time liftoff(19, 30, 0); /* liftoff is delayed by six hours */ /* won't compile, but suppose it did */ liftoff.hours = liftoff.hours + 6;