Also can be an interface Homo can be inverted for the Duck, for example: ```python class Homo: #define interface def init(self, name) def get_safe_status(self) def get_food(self) ```
Also can be an interface
Homo can be inverted for the Duck, for example: