SW StudyWalks

Computer Science  /  CS 0364  ·  Atom · ~20 seconds

Strong Typing

Video not yet published
to the StudyWalks catalog
State

Strong typing restricts a variable to holding values of the type with which it was defined — a language characteristic enforcing that names keep their declared kind.

Show

A scoreboard slot declared for whole numbers refuses a word, every time, on purpose.

Watch for

The restriction is protection wearing the costume of inconvenience.