Car(String model, String color) {...}

Car(String color, String model) {...}


이렇게 매겨 변수의 타입과 개수, 선언된 순서가 같을 경우엔 생성자 오버로딩이 아니라고 하더라고.


근데 혹시 오류도 떠??