strongly typed

A language in which types are always enforced. Java and Python are strongly typed. If you have an integer, you can't treat it like a string without explicitly converting it.

Programming Dictionary

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.