BookRags.com Literature Guides Literature
Guides
Criticism & Essays Criticism &
Essays
Questions & Answers Questions &
Answers
Lesson Plans Lesson
Plans
My Bibliography Periodic Table U.S. Presidents Shakespeare Sonnet Shake-Up
Research Anything:        
History | Encyclopedias | Films | News | Create a Bibliography | More... Login | Register | Help

Search "Parameter List"

Contents Navigation

Parameter List

Print-Friendly  Order the PDF version  Order the RTF version
About 1 pages (242 words)
Parameter (computer science) Summary

Bookmark and Share Questions on this topic? Just ask!

Parameter List

A parameter list, sometimes called an argument list, is a sequence of parameter declarations found in the header of a function, procedure, program or subroutine. All the parameters used in such types of code must be listed in the header of that function or procedure or the function must include a directive to where the parameters are listed, as is the case when using global parameters. The parameter list is basically just a list of the parameters and their characteristics, the parameter declarations. In some programming languages the entire parameter list is enclosed in parenthesis and each parameter declaration is separated from the next by a semicolon.

Further each parameter declaration is composed of the parameter identifier, followed by a colon and the type identifier, and in some cases this is followed by symbols that assign the parameter a default value. The different parameter declarations are ordered in the parameter list. That is that there is a constraint or limiting attribute attached to an association to signify that the objects at one end are specified in some explicit order.

Parameters that can be transferred from one function or procedure to another have a transfer or passing protocol specified by its parameter list. Also the number and types of parameters that a function accepts and the number and types of values it returns are described in the parameter list. For a generic function all methods for that function must have congruent parameter lists.

This is the complete article, containing 242 words (approx. 1 page at 300 words per page).

More Information
  • View Parameter List Study Pack
  • Search Results for "Parameter List"
  • Add This to Your Bibliography
  • More Products on This Subject
    Argument
    In all programming languages and command line interfaces, certain words, phrases, and codes that ar... more

    Parameter Declaration
    A parameter declaration tells the compiler the name of the function and the number, type and order ... more


     
    Ask any question on Parameter (computer science) and get it answered FAST!
    Answer questions in BookRags Q&A and earn points toward
    discounted or even FREE Study Guides and other BookRags products!
    Learn more about BookRags Q&A
    Copyrights
    Parameter List from World of Computer Science. ©2005-2006 Thomson Gale, a part of the Thomson Corporation. All rights reserved.

    Join BookRagslearn moreJoin BookRags




    About BookRags | Customer Service | Report an Error | Terms of Use | Privacy Policy