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!

Яким ключовим словом управляється процес виклику конструктора предка?
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
Яке з наступних положень про успадкування ВІРНЕ?
0%
0%
0%
100%
View this question
Яке ключове слово використовується у похідному класі для перевизначення віртуальних методів?
0%
0%
100%
0%
0%
View this question

class A

{

    

public virtual void Write() { /*...*/ }

    

protected void Set() { /*...*/ }

}

class B : A

{

    

public override void Write() { /*...*/ }

    

public void Print() { /*...*/ }

    

public virtual void Calc() { /*...*/ }

    

public override string ToString() { /*...*/ }

}

Які методи в класі B віртуальні?

0%
100%
0%
100%
100%
View this question
Як може реалізується передача аргументів у методи?
0%
100%
100%
0%
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() { }

}

Які поля мають об'єкти класу С1?

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