logo

Crowdly

Browser

Add to Chrome

Дослідити фрагмент програми.  class  Test  {       private  double x;     ...

✅ 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( ):

 

 

0%
100%
0%
0%
100%
100%
100%
100%
0%
0%
More questions like this

Want instant access to all verified answers on elearning.kubg.edu.ua?

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

Browser

Add to Chrome