String Both Ways Anonymous Class
Geoffrey Challen // 2021.10.0
Declare a public class BothWays
providing one static method create
.
create
takes a single String
parameter and returns an anonymous object that implements the IBothWays
interface:
So, for example:
If the String
passed to create
is null
, throw an IllegalArgumentException
.