logo

Crowdly

Що буде виведено в результаті виконання коду? Введіть відповідь точно так, як її...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Що буде виведено в результаті виконання коду?

Введіть відповідь точно так, як її виведе програма, без додаткових пробілів.

#include <iostream>

#include <string>

using namespace std;

class A{public:A(){cout<<"A";} ~A(){cout<<"a";} }; class B{A a; public:B(){cout<<"B";} ~B(){cout<<"b";} };

int main(){

B obj;

return 0;

}

More questions like this

Want instant access to all verified answers on e-learning.lnu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!