Static Type Checking and Dynamic Type Checking.

· Nelson Katale · Feb. 18, 2019, 2:46 p.m.
Summary
Static Type Checking and Dynamic Type Checking.I’m sure you have ever come across the term type checking, either static or dynamic type checking while reading a textbook about your favorite programming language or during the late afternoon programming lectures and you probably didn’t fully understand what it meant.Evening lecture on programmingThe problem is that some articles have failed to give a clear explanation on what type checking is and the different types but after doing some research a...
AUTHOR