logo

Crowdly

Browser

Add to Chrome

Оголошено клас A і об'єкт d: class A { int a, b, c; public: A () {a ...

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

Оголошено клас A і об'єкт d:

class A

{

int a, b, c;

public: A () {a = 1; b = 2; c = 3; };

int get_a () {return a; }

int get_c () {return c; }

int get_b () {return b; }

};

A * d = new A ();

Як звернутися до змінної с ?

(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