What is strong-typing versus weak-typing? Which is preferred? Why?
What is strong-typing versus weak-typing? Which is preferred? Why?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted May 30, 2011, 5:26 AM
So, for example, with a weakly typed programming language you may be able to freely intermingle numeric values or numeric strings when creating an expression but in a strongly typed language this sort of thing is severely restricted and usually requires explicit conversions to be made.
Sandeep ShekhawatPosted May 30, 2011, 2:24 AM