번역 수정 제안드립니다.

chunghee Reply 7 years 31 weeks ago
비교 가능한 interface를 구현하기 위해 GeometricObject 클래스를 수정하고, 두 개의 GeometricObject objects 중 radious가 더 큰 object를 찾기 위한 static max method를 정의하시오. (Enable GeometricObject comparable) Modify the GeometricObject class to implement the Comparable interface, 번역 : 비교 가능한 interface를 구현하기 위해 원문 : ..to implement the Comparable interface 제안 : GeometricObject를 비교할 수 있도록 Comparable 인터페이스를 구현하고, or GeometricObject를 수정하여 Comparable 인터페이스를 구현하고, 번역 : 두 개의 GeometricObject objects 중 radious가 더 큰 object를 찾기 위한 static max method를 정의하시오. 원문 : define a static max method in the GeometricObject class for finding the larger of two GeometricObject objects.  제안 : 주어진 두 개의 GeometricObject 객체중 더 큰 객체를 반환하는 정적 메써드 max 를 정의하시오.
onacloud Reply 7 years 31 weeks ago
고마워요~