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++)

View this question
В якому з варіантів оголошення класу є помилки?

 1.

class A

{

void F () {};

public:

int Func (int x) {

F ();

}

};

 2.

class A

{

 char * name;

 public:

void Func ()

 {

printf ( "Hello");

return name;

}

 };

 (C++)
View this question
При компіляції такого прикладу виникає помилка. Щоб її виправити, необхідно ...

class Foo {

int x;

public: Foo (int i) { }

};

class Bar: virtual Foo {

public: Bar () { }

};

Bar b;

(C++)

0%
0%
0%
0%
0%
View this question
Яке визначення правильно описує клас зі статичним полем і правильно ініціалізує його?

 (C++)
0%
0%
0%
0%
0%
View this question
Якими за замовчуванням оголошуються елементи об'єднання?

(C++)

0%
0%
0%
0%
View this question
Абстракція даних - це:

(C++)

View this question
Виберіть коректне визначення класу Name

(C++)

View this question
Відзначте основні властивості об'єктно-орієнтованої мови:

(C++)

0%
0%
0%
0%
0%
View this question
Які з наступних тверджень правильні?

(C++)

0%
0%
0%
0%
View this question
Яке з наступних тверджень правильне?

(C++)

0%
0%
0%
0%
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