2011년 4월 12일 화요일

cpp] 예제로 바로 알아보는 c와 c++ - 9

void sub(void);
void sub(int n);
void sub(char c);
void sub(int n, char c);
void main(void)
{
 sub();
 sub(5);
 sub('A');
 sub(5, 'A');
}
void sub(void)
{
 cout<<"void sub\n";
}
void sub(int n)
{
 cout<<"int sub\n";
}
void sub(char c)
{
 cout<<"char sub\n";
}
void sub(int, char c)
{
 cout<<"int char sub\n";
}

------------------
함수 오버로딩

댓글 없음:

댓글 쓰기

국정원의 댓글 공작을 지탄합니다.

UPBIT is a South Korean company, and people died of suicide cause of coin investment.

 UPBIT is a South Korean company, and people died of suicide cause of coin. The company helps the people who control the market price manipu...