Implementing an interface

Average Rating
0 out of 5 stars. 0 votes.

Implementing an interface

1. Include the phrase2. Define each method declared in the interface(s). (i.e. public class Rectangle implements Measurable)