Overloading (1) 썸네일형 리스트형 [Javascript] function overloading(함수 오버로딩) What is Function Overloading? An overloaded function is really just a set of different functions that happen to have the same name 설명을 번역하자면, 이름만 같고 다른 함수들의 집합이라고 되어있는데, 다른 프로그래밍 언어를 경험해보셨다면 굉장히 많이 보셨을터이니, 아마 예시를 보시면 쉽게 이해되실 겁니다. #include using namespace std; void add(int a, int b) { cout 이전 1 다음