📌Strongly typed vs weakly typed: In strongly typed languages you get an error if the types do not match in an expression. It does not matter if the type is determined at compile time (static types) or runtime (dynamic types). Both java and python a...
franciscobaze.hashnode.dev2 min read
No responses yet.