Question: I need c++ code The Time Class 13 Marks This type represents a time when a movie is schedule to be shown. Fields: All the
I need c++ code




The Time Class 13 Marks This type represents a time when a movie is schedule to be shown. Fields: All the fields are private ints. 1. hours_ - this int represents the field hours. 2. minutes_ - this int represents the field minuter. regonstructor: 1. Time(int hours, int minutes) - This public constructor takes one mandatory and one optional parameters and assigns them to the appropriate fields. The second parameter is optional Methods: 1. std::ostream\& operator
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
