GIS Dictionary

Browse dictionary

procedure

URL copied Share URL
  1. [programming] In software, a block of code that performs some task. Procedures are commonly used to organize code into reusable units. In object-oriented programming, a procedure that is specific to an object or class is called a method.

Related Terms