Messages are inherently decoupled from the methods they invoke, unlike function calls or function pointers. For example, in Smalltalk you can rewrite this: dictionary at: aKey put: aValue to: dictionary perform:…
Messages are inherently decoupled from the methods they invoke, unlike function calls or function pointers. For example, in Smalltalk you can rewrite this: dictionary at: aKey put: aValue to: dictionary perform:…