Loose type of variables
Loose type of variables is a programming language technique to determine type of a variable by that variable content. For example PHP is a loose type language. Opposite of loose type is strict type.
Loose type of variables is a programming language technique to determine type of a variable by that variable content. For example PHP is a loose type language. Opposite of loose type is strict type.
Comments
Post a Comment