logo

Crowdly

Який доступ буде у об’єкта objB    до даних a класу classA class classA...

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

Який доступ буде у об’єкта objB  до даних a класу classA

class classA{

protected:

    int a1;

public:

    int a2;

private:

    int a3;};

class classB : private classA{};

int main() {

    classB objB;

    ...}

More questions like this

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

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