Embed presentation
Download to read offline


The document describes a task to write a non-static max method for a Point class that returns a new Point object with x and y values that are the maximum of the x and y values from the calling Point object and the passed in Point object, without modifying the original Point objects. It provides starter code for a Point class with fields for x and y coordinates and a toString method to return the Point as a string.

