Files
wagslane 9be3074de6 first
2023-05-01 15:25:27 -06:00

8 lines
194 B
JSON

{
"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"
]
}