Create a structure named Dog with a string field for the Dog’s name. Create a structure named Cat with a string field for the Cat’s name. Write a program that declares one Dog and one Cat, and assign names to them. Write two overloaded functions named speak(). If you pass the Dog to speak(), the speak()function should display the Dog’s name and a description of how dogs speak (for example, “Spot says woof ”). If you pass the Cat to the version of speak()that accepts a Cat parameter, then it should display the Cat’s name and a description of how cats speak (for example, “Tiger says meow”). Save the file as CatDog.cpp.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.