| ▲ | 9rx 2 days ago | |||||||
> The notion of an interface is what truly characterizes objects Objects, but not OO. OO takes the concept further — what it calls message passing — which allows an object to dynamically respond to messages at runtime, even where the message does not conform to any known interface. | ||||||||
| ▲ | discreteevent 2 days ago | parent | next [-] | |||||||
The object has a known interface in this case. It's just not statically defined. Its interface is the set of messages that it responds to. | ||||||||
| ||||||||
| ▲ | za3faran 2 days ago | parent | prev [-] | |||||||
golang allows for the same | ||||||||
| ||||||||