public interface
Teller
{
public
String tell
(
String name
)
;
}