gilbert189 — 10/27/2021, 9:49:03 AM

how do you do this but Python

interface Method {
   int something();
}
class Thing implements Method {
   int something() {
      return 1;
   }
}
♥ 0 ↩ 0 💬 0 comments

comments

no comments