All Questions
1 question
2
votes
2
answers
624
views
Implementing interfaces vs using a base class
I am writing an application in python. The part I am little confused about is providing a little structure to my code.
This is the basic requirement of my web application.
I have these different ...