반응형 Interface1 Chapter 13. Abstract Classes and Interfaces[Java Basic] 13.A - 비교가능한 GeometricObject Time Limit: 1s Memory Limit: 128MB DESCRIPTION GeometricObject를 비교할 수 있도록 Comparable 인터페이스를 구현하고, 주어진 두 개의 GeometricObject 객체 중 더 큰 객체를 반환하는 정적 메소드 max 를 정의하시오. (Enable GeometricObject comparable) Modify the GeometricObject class to implement the Comparable interface, and define a static max method in the GeometricObject class for finding the larger of two GeometricO.. 2021. 11. 6. 이전 1 다음 반응형