logo

Crowdly

Browser

Add to Chrome

Програмування

Looking for Програмування test answers and solutions? Browse our comprehensive collection of verified answers for Програмування at exam.nuwm.edu.ua.

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

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

View this question

Задано клас

class Point {

    public:

      int x,y;

      Point(int _x, int _y) {x=_x; y=_y;}

};

Яким чином можна створити об’єкт даного класу

View this question

За допомогою якого оператора функція повертає певне значення у програму?

View this question

Виберіть допустимі конструктори класу Context:

class Context {

public:

   char* name;

   int arr[];

}

0%
0%
0%
0%
0%
View this question

Чому буде дорівнювати значення атрибуту num об’єкта Var?

class MyClass{

public:

int num:

MyClass(){num =0;}

MyClass(int n) { num =n;}

};

int main () { MyClass Var;}

View this question

Задано ієрархію класів:

class Point {

 private:

   int number;

public:

int a, b;

};

class Circle: public Point {

public:

float r;

};

Які поля даних має клас Circle:

0%
0%
0%
0%
View this question

Для оголошення методу константним додається специфікатор

View this question

Want instant access to all verified answers on exam.nuwm.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome