Write down a class Time having fields (hrs, mins, secs), containing no argument constructor, three arguments constructor and copy constructor. Also write down a method inc_time() that increments seconds by 1 if seconds are equal to 60 then increment minutes by 1 and set seconds to 0. If minutes become equal to 60 then increment hrs by 1 and set minutes to 0. Write down a method that compares two objects and return true if they are equal else returns false. C++

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter3: Using Methods, Classes, And Objects
Section: Chapter Questions
Problem 13PE
icon
Related questions
Question

Write down a class Time having fields (hrs, mins, secs), containing no argument
constructor, three arguments constructor and copy constructor. Also write down a method
inc_time() that increments seconds by 1 if seconds are equal to 60 then increment minutes by 1
and set seconds to 0. If minutes become equal to 60 then increment hrs by 1 and set minutes to
0. Write down a method that compares two objects and return true if they are equal else returns
false.

C++

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Math class and its different methods
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT