Changes

Jump to: navigation, search
Object Variable
== Object Variable ==
The ''Object'' variable is a catch-all variable type which can be used to store a value of any data type. Because of this flexibility, an ''Object'' variable will typically reserve more memory than is needed for most variable types. For this reason, it is mopre more efficient to use the correct variable type for the value you need to store (such as ''Char'' for a character or ''Integer'' for a whole number) rather than use the Object variable type.

Navigation menu