Question: 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
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 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. 3 points] (2) Can the overloading operator Cat be applied to two Pet objects? Explain your answer. 12 point
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
