Alberto Gonzalez
Software Developer at doWhile | Computer Scientist | ICPC World Finalist | EN | ES
In this series of articles, we are going to be talking about interfaces in Python. Interfaces are a powerful resource to use in several real-life scenarios. Because of that, we are going to approach learning them by using an example that is very like...
albexl.hashnode.dev7 min read
Alberto Gonzalez
Software Developer at doWhile | Computer Scientist | ICPC World Finalist | EN | ES
Thought provoking example explanation, looking forward to see how you solve the issue using interfaces !!
Interesting problem, which links in a very special way the inheritance issues and interfaces with concrete classes that do not share attributes, but share responsibilities
Alessandro Surace
DevOps and latest techs
Very nice, this is how I would approach it...and I see the current limitations. Looking forward to the second part.