logo

Crowdly

Browser

Add to Chrome

Об'єктно-орієнтоване програмування (1 курс КН)

Looking for Об'єктно-орієнтоване програмування (1 курс КН) test answers and solutions? Browse our comprehensive collection of verified answers for Об'єктно-орієнтоване програмування (1 курс КН) at moodle.chnu.edu.ua.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Оголошено клас 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++)

View this question
На що поширюється константность константного об'єкта класу?

(C++)

View this question
Що міститься в запису мінімального за своїми можливостями класу?

(C++)

View this question

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