jjryu 2011. 7. 29. 00:26
object
박싱
언박싱

.ToString()


sbyte
short
int
long

byte
ushort
uint
ulong

float
double
decimal

int.Parse(Console.ReadLine())

System.Convert // static
.ToInt32() // static
c.f. int.Parse()


메서드 오버로딩

연산자 오버로딩

캐스트 연산자 오버로딩