✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Дослідити фрагмент програми.
class Test {
private double x;
public char y;
private int z;
public void set (double i, int j)
{ x=i; z=j; }
//……
}
class Test1 : Test
{ private string text;
public void Out()
{ text=Console.ReadLine(); }
}
class Program
{
static void Main(string[] args)
{ Test b= newTest();
Test1 d= newTest1();
}
}
Виберіть, які із нижченаведених операторів доступу до елементів класу через об'єкт можна використати всередині функції Main( ):