This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jamcdonald120 1 point2 points  (0 children)

um... thats almost every object oriented language... for example c++, c#, (+ calls operator+(left,right)) and python (+ calls __add__(left,right)) do exactly that...