Reminders have a name, description, timeInterval, and a remind() instance method.
In the future, the remind() will notify the main class that it is time to remind our user of that particular reminder. For now, remind() will print out to the console:
"name: description"
Reminders have a
name,description,timeInterval, and aremind()instance method.In the future, the
remind()will notify the main class that it is time to remind our user of that particular reminder. For now,remind()will print out to the console:"name: description"