Let’s play a game of “Fortunately, Unfortunately“. Respond the previous post (the first comment below this post) by replying this post (not the previous post!)
I’ll start with: “I found this website.“
how do you do this but Python
interface Method {
int something();
}
class Thing implements Method {
int something() {
return 1;
}
}