Talk:Procedural programming: Difference between revisions

Content deleted Content added
Max42 (talk | contribs)
Argument for arguments
SineBot (talk | contribs)
m Signing comment by Max42 - "Argument for arguments"
Line 131:
 
== Comparison with object-oriented programming ==
The table in the comparison with object-oriented programming section describes the difference in idioms between pure OO and pure procedural programming, not the difference in features, as both have functions, both have variables, and so forth. In OOP a message is information sent to a method, just as in PP, an argument is information sent to a function. Therefore the proper mate for "message" under the OO paradigm in this table is "argument." A "function call" is not information sent to a function, but rather the instantiation of the function itself, much as an object is not a class, but an instantiation of the class itself. <small>—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Max42|Max42]] ([[User talk:Max42|talk]] • [[Special:Contributions/Max42|contribs]]) 23:02, 6 June 2008 (UTC)</small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->