logo

Crowdly

Browser

Add to Chrome

Визначено класи: class base {int x, y; public: int getx () {return x; ...

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

Визначено класи:

class base

{int x, y;

public: int getx () {return x; }

int gety () {return y; }

};

class Derived: private base

{int z;

public: int getz () {return z; }

base :: getx;

} Obj;

Який з наступних операторів призведе до помилок компіляції?

(C++)

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