Functional programming
often seen as the opposite of object oriented programming
Backlinks¶
- composition vs inheritance
- instead of inheriting, and accessing through
self
, we store aImage
variable.
- instead of inheriting, and accessing through
often seen as the opposite of object oriented programming
self
, we store a Image
variable.