You are given a class named Clock that has three instance variables: One of type int called hours, another of type boolean called isTicking, and the last one of type Integer called diff. Write a constructor for the class Clock that takes three parameters — an int, a boolean, and another int. The constructor should set the instance variables to the values provided.
LANGUAGE: JAVA
CHALLENGE:
You are given a class named Clock that has three instance variables: One of type int called hours, another of type boolean called isTicking, and the last one of type Integer called diff. Write a constructor for the class Clock that takes three parameters — an int, a boolean, and another int. The constructor should set the instance variables to the values provided.
SOLUTION:
The Bad News: The content you are trying to access is only available to members.
The Good News: You too can be a member, simply Click Here.
Already a member? Log In Here
Posted in Java, Learn To Code