Function (computer programming): Difference between revisions

Content deleted Content added
Meownium (talk | contribs)
Modify tone
Meownium (talk | contribs)
m Correct link to C#, add specifier
Line 28:
* In the context of [[Visual Basic]], {{code|Sub}}, short for ''subroutine'' or ''subprocedure'', is the name of a callable that does not return a value whereas a {{code|Function}} does return a value -- much like [[Ada (programming language)|Ada]].
 
* Languages[[Object-oriented programming|Object-oriented]] languages such as [[C Sharp (programming language)|C#]] and [[Java (programming language)|Java]] use the term ''method'' to refer to a member function of an [[Object (computer science)|object]], and may act on behalf of the object.
 
==History==