✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Оберіть вірний виклик метода show базового класу
class base{
int a;
public:
base(){a=0;}
void show(){cout<<a;}
};
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!