Here, we see the specification for the well-known max()
function which returns the largest of its parameters. This does not throw any exceptions, and does not enforce any preconditions on its parameters.
Function and method declarations may also have modifiers, such as public
and private
.
|
|