Question: I need help with this code of c++... plz help!!! Create a C++ class named Dog Have the following: data: o name (string) o breed
I need help with this code of c++... plz help!!!

Create a C++ class named "Dog" Have the following: data: o name (string) o breed (string) functions o getter/setter for name o getter/setter for breed Create a C++ program (main) that uses said class: Create an object from it Get user input asking for a name and breed Set the name/breed using the appropriate functions Display it back to the user using your object functions to display that it does indeed work
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
