Subject-oriented programming: Difference between revisions

Content deleted Content added
m Reverted edits by 103.42.251.38 (talk) (HG) (3.4.12)
Tag: Reverted
Line 40:
 
===Subject-oriented programming as a "third dimension"===
Method dispatch in object oriented programming can be thought of as "two dimensional" in the sense that the code executed depends on both the method name and the object in question. This can be contrasted<ref>[httpht t p://wwww w w.jot .fmf m/issues/issue_2008_03/article4article 4/ Journal of Object Technology: Context Oriented Programming]</ref> with procedural programming, where a procedure name resolves directly, or one dimensionallydime n s i o n a l l y, onto a subroutine, and also to subject oriented programming, where the sender or subject is also relevant to dispatch, constituting a third dimension.
 
==See also==