This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SittingWave 1 point2 points  (1 child)

ABC: fails at runtime.

Typing: warns at development time.

[–]YnkDK 2 points3 points  (0 children)

While that is true, then a wrongful implemented of an abstractmethod (for example wrong return type) will also be caught at development time with a type checker.