PacktPublishing / Mastering-Python-Design-Patterns-Second-Edition

Mastering-Python-Design-Patterns-Second-Edition, published by Packt
MIT License
406 stars 220 forks source link

Why don't use @abstractmethod in abstract factory? #8

Open christiansicari opened 1 year ago

christiansicari commented 1 year ago

FrogWorld and WizardWorld could extend a class where called World that declares make methods with @abstractmethod decorator I think this is consistent with the rest of the explanation authors give about abstract factory