Answer:
void SetAge(int age) , void meow()
Explanation:
Since the class has an itsAge variable as private and has a GetAge() method. There should be a SetAge() method to set the value of the age.
Also, since it is a Cat class, it is better to have a method that mimics the voice of the cat, meow()
Category(int age)- This method is used to declaring the age.
incrementingAge(int age)-This method is used for incrementing the age.
SettingAge(int age) -This method is used to initializing the age.
These are the three methods for making declaration very useful.
Class Cat
{
public:
Category(int age)
itsAge =age;
}
int incrementingAge(int age)
itsAge = itsAge+ age;
int SettingAge(int age)
int GetAge() const;
private:
int itsAge;
};Answer:
s1='abc'
s2='wxyz'
length=len(s1)
s3=''
for i in range(length):
s3+=s1[i]+s2[i]
print(s3)
add versatility thank you
First, medium: can see all the subject but maintain the focus in him
Second, close-up: To se the facial expressions and emotions