All object-oriented programming languages are statically typed. (true/false)

False. For example, Smalltalk and Python are not statically typed. The notion of a class can exist at run time even though no type checking is done at compile time.