logo

Crowdly

Який буде результат спроби скомпілювати цей код? Введіть відповідь точно так, як...

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

Який буде результат спроби скомпілювати цей код?

Введіть відповідь точно так, як зазначено у варіантах екзамену.

#include <iostream>

using namespace std;

class Base {

public:

virtual void show() = 0;

};

int main() {

Base b;

b.show();

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!