Thursday 16 January 2014

C++ Program Question

Create a class TIME with data members hours, minutes and seconds. Include constructors to read and display time objects. Write a C++ program to add 2 time objects using operator overloading.

No comments:

Post a Comment