Method chaining: Difference between revisions

Content deleted Content added
Reverted 1 edit by 103.83.21.100 (talk) to last revision by Anthrópinos81638
m top: parameter misuse;
Line 3:
'''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/
|publisher = First Class Thoughts
|title = Applying Method Chaining