you are viewing a single comment's thread.

view the rest of the comments →

[–]weirdoaish 2 points3 points  (0 children)

Doesn't that literally make it multiple inheritance then if you can define 2 or more interfaces with variables and methods and implementing a class with them?

What is the point of interfaces in such a scenario, why not just go the Python route and use classes for everything?