C# is

C# is a set of data type.

class numbers
{
     public int a = 1;
     public int b = 2;
}

class changeValue
{
 
   numbers  numb = new numbers();      // declare field of object and initialize it on memory

   public numb.a = 3;   // call a in number class to change its value.
   public numb.b = 5;   // call b in number class to change its value.

}

 
class output
{

 int a = changeValue.numb.a;
 Console.write( a );

}

   
 

댓글

주간 베스트

Vocabulary for IELTS (400 Words) master level

발표 전 심박수 안정 루틴

이들에게 팔면 절대 망하지 않는다: 타겟 마케팅의 핵심

서울대 교수 충격 발언 "AI 많이 쓰면 뇌 멍청해져