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!

Яким може бути аргумент деструктора?

(C++)

0%
0%
0%
0%
View this question
Вибрати найбільш відповідний відповідь. В об'єктно-орієнтованої програми об'єкти обмінюються між собою

(C++)

View this question
Який клас може використовуватися в якості типу атрибута класу?

(C++)

0%
0%
0%
0%
View this question
Чим клас відрізняється від структури?

(C++)

View this question
Яка з перерахованих функцій не може бути конструктором?

(C++)

View this question
Що невірно при ініціалізації 'y' в наведеному нижче коді?

class SomeClass

{

int x;

public:

SomeClass (int xx): x (xx) { };

};

SomeClass x (10);

SomeClass y (x);

(C++)

0%
0%
0%
0%
0%
View this question
Чи припустима наступна конструкція?

class A {

int x;

int f (const A & a)

{

x = 0;

x + = a.x;

return x;

}

};

(C++)

0%
0%
View this question
Виберіть правильний варіант звернення до елементів і використання класу A :

class A

{

int x;

};

(C++)

View this question
Парадигма модульного програмування полягає в наступному:

(C++)

0%
0%
0%
0%
View this question
Чи вірно таке оголошення класу?

class A

{

int x;

};

(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