logo

Crowdly

Browser

Add to Chrome

Що буде в результаті виконання наступної програми? class Base { ... pub...

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

Що буде в результаті виконання наступної програми?

class Base {

...

public: void f ();

private: int * baseID;

};

class Derived: public Base {

...

public: void foo ();

private: int derivedID;

};

Derived my1;

int x;

my1.baseID = & x;

(C++)

0%
100%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.chnu.edu.ua?

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

Browser

Add to Chrome