Answer:
7
Explanation:
The class clockType consists of three member variables marked as private:
It also contains four public member functions:
So in total it contains seven members. The member variables constitute attributes or state of the object while the member functions represent possible operations on the object.