Content deleted Content added
m Signing comment by 85.177.153.98 - "→Dynamic typing, type annotations: " |
|||
Line 90:
Agreed. Neither are Oberon and Objective Modula-2.
VB6 has it both ways. The type of a variable can be declared and the compiler checks the method calls at compile time. Or if the type is Object, then the type checking is defered to runtime when the underlying type is queried to see if it will respond to the method call. [[Special:Contributions/86.10.80.92|86.10.80.92]] ([[User talk:86.10.80.92|talk]]) 21:46, 2 July 2008 (UTC)
|