Uniform function call syntax: Difference between revisions

Content deleted Content added
m v1.38 - WP:WCW project (Heading start with three "=" and later with level two)
Line 3:
 
== C++ proposal ==
It has been proposed (as of 2016) for addition to C++ by [[Bjarne Stroustrup]] and [[Herb Sutter]], to reduce the ambiguous decision between writing free functions and member functions, to simplify the writing of templated code. Many programmers are tempted to write member-functions to get the benefits of the member-function syntax, however this leads to excessive [[Coupling (computer programming)]] between [[Class (computer programming)|classes]].
 
== Examples ==