Social Sciences, asked by harmeet6485, 3 months ago

Why is there no bad values? Why they called dynamic?

Answers

Answered by neeturajgaria
0

Explanation:

The short answer is YES, it is a bad practice to use dynamic. Why? dynamic keyword refers to type late binding, which means the system will check type only during execution instead of during compilation. It will then mean that user, instead of programmer, is left to discover the potential error

Similar questions