Frage im Vorstellungsgespräch bei Deliveroo

What is the difference between Python class and instance variables

Antwort im Vorstellungsgespräch

Anonym

13. Okt. 2022

Class variable are declared just after the class declaration, outside the method definitions while instance variables are declared within the init method