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

{

int b;

protected: int c;

public: int d;

};

class Derived: Base

{

friend class Friend;

int e;

};

class Friend

{

Derived derived;

};

(C++)

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