Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
Function
Edit
PageHistory
Diff
Info
LikePages
A [Function] is a piece of code (SourceCode or MachineCode) which operates as a discrete, independent entity. Structured languages such as [C] and [Pascal] have functions, as do functional languages such as [Lisp] and [Scheme]. ObjectOrientation introduced [Method]s, which are functions associated with some data (i.e. an object) or a class. InLining is a function-level optimisation.
5 pages link to
Function
:
PhpHowto
InLining
FunctionCall
ObjectOrientation
Method