how is FLUENT api different from other API

Posted by intern on Stack Overflow See other posts from Stack Overflow or by intern
Published on 2010-05-26T06:14:05Z Indexed on 2010/05/26 6:51 UTC
Read the original article Hit count: 405

i have come across fluent api while studying DSLs. i have searched alot on FLUENT API..the basic conclusion which i could draw out was that fluent api uses method chaining in order to make the code fluent. but i cannot understand that in object oriented languages we can always create an object and can call the methods related to it. then how is FLUENT api different from it? what other features does fluent api add?

© Stack Overflow or respective owner

Related posts about api

Related posts about dsl