logo

Crowdly

Browser

Add to Chrome

Course 31173

Looking for Course 31173 test answers and solutions? Browse our comprehensive collection of verified answers for Course 31173 at dl.nure.ua.

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

Який режим доступу до члена класу задається за допомогою ключового слова protected?
100%
0%
0%
0%
View this question
Яке з наступних тверджень про класи ХИБНЕ?
0%
100%
0%
0%
View this question
Що таке сигнатура методу?
0%
0%
0%
0%
100%
View this question
Які ключові слова задають тип доступу членам класу?
100%
100%
100%
0%
100%
0%
View this question

class C1

{

    

byte A;

    

public bool B;

    

protected int C;

    

public C1() { }

}

class C2 : C1

{

    

protected short E;

    

public char F;

    

private int G;

}

class C3 : C2

{

    

double H;

    

public int J;

    

public C3() { }

}

Які поля об'єкта класу C2 доступні для інших класів?

0%
0%
0%
0%
100%
0%
View this question
Яким ключовим словом управляється процес виклику конструктора предка?
0%
0%
100%
0%
0%
View this question

class CLASS

{

    

public CLASS() { }

}

CLASS c =

new CLASS();

Використання оператора new у цьому коді ...

0%
100%
0%
0%
View this question

class S

{

    

public static void Do() { /*...*/ }

}

S obj =

new S();

Як правильно викликати метод Do?

0%
0%
100%
0%
0%
View this question
Де можна ініціалізувати змінні-члени класу?
0%
100%
0%
100%
View this question

class widget {

    

int I;

    

public widget() { I = 0; }

    

public widget(int j) { I = j; }

}

Чи може клас widget мати два різних оголошення конструкторів?

0%
0%
0%
100%
View this question

Want instant access to all verified answers on dl.nure.ua?

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

Browser

Add to Chrome