Statically typed – This means the type of variable declared is decided by the compiler at compile time.
Dynamically typed - This means the type of variable declared is decided by the compiler at runtime time.
Need to initialize at the time of declaration.
No need to initialize at the time of declaration.
Errors are caught at compile time.
Errors are caught at runtime
Dynamically typed - This means the type of variable declared is decided by the compiler at runtime time.
Need to initialize at the time of declaration.
No need to initialize at the time of declaration.
Errors are caught at compile time.
Errors are caught at runtime
No comments :
Post a Comment