Method chaining: Difference between revisions

Content deleted Content added
m Replaces obsolete tag.
No edit summary
Tag: Reverted
Line 1:
{{refimprove|date=May 2008}}
 
'''Method chaining''', also known as '''named parameter idiom''', is a common [[Syntax (programming languages)|syntax]] for invoking multiple method calls in [[Object-oriented programming|object-oriented programming languages]]. Each method returns an object, allowing the calls to be chained together in a single statement without requiring variables to store the intermediate results.<ref>{{cite web
|accessdate = 2011-04-13
|___location = http://firstclassthoughts.co.uk/