Feedback for subjective question
Question 1: What methods would you add to make this class declaration very useful?
Class Cat {
int GetAge() const;
private:
int itsAge;
};
Class Cat {
int GetAge() const;
private:
int itsAge;
};
Current Answer:
Be the first to post an answer to earn 100CR.