Solution Review: Advancing the Simple Interface
This lesson discusses the solution to the challenge given in the previous lesson.
We'll cover the following...
We'll cover the following...
As we stated in the discussion of the previous challenge, we can make other types that implement the interface Simpler; the only condition is that they have at least one integer field. We illustrate this here by defining a type RSimple (see implementation from line 23 ...