Respond to an unknown method call: Difference between revisions

m
no edit summary
(Added Logtalk example.)
mNo edit summary
Line 409:
</lang>
 
From the receiver side, an object can implement the built-in protocol "forwarding", defining the handler for messages that it doesn't understandsunderstand (e.g. by forwarding or delegating it to another object):
 
<lang logtalk>
Anonymous user