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

User PixelPaul
by
7.6k points

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.
User Stephendnicholas
by
7.1k points