Physics, asked by sameerahmed21871, 1 year ago

Advantages and disadvantages of static type checking

Answers

Answered by sahalcrz7
3
Static typing has the following main benefits: It allows statically (without running the program) detecting many programming errors quickly, reliably and automatically. This helps reduce the number of bugs and reduces the time spent on debugging.Type declarations serve as automatically-checked documentation.
                                            DISADVANTAGE
SORRY I DONT KNOW THE DISADVANTAGE .....

Answered by Anonymous
3
heya !!
Static typing has the following main benefits:

It allows statically (without running the program) detecting many programming errors quickly, reliably and automatically. This helps reduce the number of bugs and reduces the time spent on debugging. Type declarations serve as automatically -checked documentation. They make programs easier to understand and maintain. Static typing may improve runtime efficiency. (Note that the Alore runtime cannot currently take advantage of type declarations, but this will likely change in the future.) Dynamic typing has a different, complementary set of benefits:
I hope it helps u.
Similar questions