Computer Science, asked by pathireddyyellareddy, 2 months ago

define type checking​

Answers

Answered by Anonymous
0

Answer:

Type checking is the process of verifying and enforcing the constraints of types, and it can occur either at compile time (i.e. statically) or at runtime (i.e. dynamically). Type checking is all about ensuring that the program is type-safe, meaning that the possibility of type errors is kept to a minimum.

Hope it helps you

Thank you

Answered by manharsh69
2

Answer:

the answer is

Explanation:

Type checking is the process of verifying and enforcing the constraints of types, and it can occur either at compile time (i.e. statically) or at runtime (i.e. dynamically). Type checking is all about ensuring that the program is type-safe, meaning that the possibility of type errors is kept to a minimum

Similar questions