CS 3304: Comparative Languages
Names and Binding
[
Course Documents
] : [
Names and Binding
]
Previous
Contents
Next
Keyword Index
Static Type Binding
If static, type may be specified by either an explicit or an implicit declaration
An
explicit declaration
is a program statement used for declaring the types of variables
An
implicit declaration
is a default mechanism for specifying types of variables (the first appearance of the variable in the program)
FORTRAN, PL/I, BASIC, and Perl provide implicit declarations
Advantage: writability
Disadvantage: reliability (less trouble with Perl)