Method chaining: Difference between revisions

Content deleted Content added
add short desc, ce
No edit summary
Line 2:
{{refimprove|date=May 2008}}
 
'''Method chaining''', also known as the '''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
|publisher = First Class Thoughts