The difference between strong typing, weak, static type and dynamic type

Strong typing, weak, static typing, dynamic typing

Popularly can be understood as follows:

  • Static: determine the type of data compiled, the type of errors found error
  • News: determine the data type runtime type errors and other errors found
  • Strong Type: intolerance hidden data type conversion
  • Weak Type: tolerate hidden data type conversion

Various general-purpose programming language camp distinction:

Various general-purpose programming language camp distinction

Guess you like

Origin www.cnblogs.com/pkuimyy/p/11598004.html
Recommended