Static typing vs Dynamic typing
Static Typing
For some programming languages like C, C++, and Java you need to specify the variable type while declaring it. This form of typing is called static typing. In this case, the value of the variable is determined at compile time itself by ...
gopala.hashnode.dev2 min read