Question: What is the best description for the const int values in the following class interface? class Fish public: const int NOT HUNGRY # 0; cont


What is the best description for the const int values in the following class interface? class Fish public: const int NOT HUNGRY # 0; cont int SOMEWHAT_HUNGRY 1; const int VERY_HUNGRY2; void eat); void move(); private: int hungry; 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
