Obtaining Class Information at Run Time

In some situations, you may need to work with variables defined as type Object rather than variables defined as more specific object types. Variables defined as Object can contain any other type object, such as integers, doubles, or object data types.

In This Section