{ "question": "How is an interface fulfilled?", "answers": [ "A type has all the required interface's methods defined on it", "A struct embeds the interface in its definition" ] }