logo

Crowdly

Browser

Add to Chrome

Керуючись наведеним кодом, визначте, до яких змінним можна звертатися з класу Fr...

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

Керуючись наведеним кодом, визначте, до яких змінним можна звертатися з класу Friend :

class Base

{

public: int a;

protected: int b;

private: int c;

};

class Derived: Base

{

friend class Friend;

int d;

};

class Friend

{

Derived derived;

};

(C++)

0%
0%
0%
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