BrisPy / talks

Brisbane Python User Group
15 stars 1 forks source link

Python - Classes (inheritance and scope of reference) #47

Open waith opened 4 years ago

waith commented 4 years ago

Python - Classes (inheritance and scope of reference)

kaiw commented 4 years ago

I definitely feel like going through details of inheritance and interesting corner cases around that would be interesting.

Could you elaborate on what you mean by "scope of reference" in this context?

waith commented 4 years ago

Thanks. Scope of reference of variables before calling class, during class instance, after calling class.