Answer :

Better error detection is made possible by strong typing, however coercion gets around this by adopting a type that may not be intended for a variable.

To know more about coercion click here :

https://brainly.com/question/28902917

#1234

When a typing can be transformed to another type somewhere in your code, coercion rules can lead to problems. If one is not careful, this could make the code challenging to debug.

Problems can arise when a type in your code can be converted to another type due to coercion rules. If one is not careful, this can make it challenging to debug the code. Strong typing, which is intended to prevent that from happening, may also be rendered useless.

Requires less programming work because some typing conversions are already done implicitly by the compiler or interpreter. Consequently, applications may be created quickly.

- There are less errors discovered during compilation. Many bugs are discovered during run-time. more self-discipline is needed when coding.

Strong/static code types offer limitations that make it easier to detect problems at compilation time.

More chances for efficiency improvements are presented by strong typing.

Code with strong typing is simple to comprehend.

Restricts the programming expressiveness of the developer.

The creation of applications moves more slowly.

To know more about typing click on the link:

https://brainly.com/question/17438204

#SPJ4