"A strongly typed language prevents any operation on the wrong type of data. In weakly typed languages there are ways to escape this restriction: type conversions"
meaning that getting a MNU is a form of Strong Typing since you can't make a Smalltalk object run a method that is not its own.