logo

Crowdly

Browser

Add to Chrome

Об'єктно-орієнтоване програмування

Looking for Об'єктно-орієнтоване програмування test answers and solutions? Browse our comprehensive collection of verified answers for Об'єктно-орієнтоване програмування at mdl.lntu.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%
0%
0%
View this question

Скільки елементів має такий масив?

int[,,] numbers = new int[3, 2, 2];

View this question
[Методи] Що таке метод у C#?
0%
0%
0%
0%
View this question
[Класи, структури і об'єкти] Чим відрізняється структура від класу у C#?
0%
0%
0%
0%
View this question

Як ми можемо звернутися до числа 8 у цьому масиві?

int[][] nums = new int[3][];

nums[0] = new int[2] { 1, 2 };

nums[1] = new int[3] { 3, 4, 5 };

nums[2] = new int[5] { 6, 7, 8, 9, 10 };

0%
100%
0%
0%
0%
0%
View this question
[Інтерфейси] Яка основна мета використання інтерфейсів у C#?
0%
0%
0%
0%
View this question
Яке ключове слово використовується для перевизначення віртуального методу в похідному класі?
0%
0%
0%
0%
View this question
[Класи, структури і об'єкти] Що таке об'єкт у C#?
0%
0%
0%
0%
View this question

Що виведе на екран наступна програма?

string s = "abcdefg";

Console.WriteLine(s.Substring(1,2));

0%
0%
0%
0%
View this question
Оберіть правильне твердження про мову Java
0%
0%
100%
View this question

Want instant access to all verified answers on mdl.lntu.edu.ua?

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

Browser

Add to Chrome