접근 제어 – Example(3)

 

 

 

  c2.SetValue(4.0, 5.0, 6.0); // OK

  k2 = c2.GetArea(); // OK

  Console.WriteLine(k2); // 결과 : 120.0

  Console.ReadLine();  // 잠시 멈춤을 위해 사용

  }

}

}

 

 

 

+ Recent posts