Problem
I. (i)"Create a" class named Dog with the three attributes, then (ii) "create a" separate code with a setter and getter function for each attribute
II. "Create a" str function that will return a meaningful message
III. "Create a" overloaded operator function for the quality operator (==) to compare two Dog objects. The function returns true if and only if both objects are the same age.