asked 196k views
4 votes
What it means for a programming language to be strongly typed?

1 Answer

3 votes
It means that you have to explicitly define data types. Each data type such as integers, characters, or hexadecimals are predefined as part of the programming language.
answered
User Stephendnicholas
by
7.8k points