Question: answer in c++ You are given a segment of code in the previous question. The following questions are based on the same code, where the
answer in c++

You are given a segment of code in the previous question. The following questions are based on the same code, where the Cat class is as follows class Cat public Pet f public: string cBreed int iAge; Cat(string name, int phone, string email, string breed, int age) //write the constructor Answer the following questions: (1) Define an overloading operator Cat>, which can compare two Cat objects to determine which cat is older. (2) Can the overloading operator Cat> be applied to two Pet objects? Explain your answer. [2 point] [3 points]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
