answersLogoWhite

0

What is class varient?

User Avatar

Anonymous

13y ago
Updated: 8/19/2019

Variant is a data type in certain programming languages, particularly Visual Basic and C++ when using the Component Object Model.

In Visual Basic (and Visual Basic for Applications) the Variant data type is a tagged union that can be used to represent any other data type (for example, integer, floating-point, single- and double-precision, object, etc.) except fixed-length string type and record types. In Visual Basic any variable, not declared explicitly or the type of which is not declared explicitly, is taken to be a variant.

User Avatar

Wiki User

13y ago

What else can I help you with?