How to define an interface in Python?
Explanation
There is no interface of abstract class keyword in Python. Actually there is no notion of interface per se in Python (as opposed to Java, for example). Python uses abstract classes to declare interfaces. Abstract class can be defined in a following manner: from abc import ABC

class AbstractOperation(ABC):

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Продовжуйте вивчати
тести з Python
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести