Question: In C++ create an ADT class name Dog having the following members: char gender; int age; string name; Dog(); Dog(string n, int a, char g);
char gender;
int age;
string name;
Dog();
Dog(string n, int a, char g);
dispDog();
____________________________________________________________________________
_____________________________________________________________________________
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
