Variant Types
This lesson showcases the main structure of the variant data type.
We'll cover the following...
We'll cover the following...
What is a Variant?
A variant allows us to choose between different data types when creating an object. We are not restricted to a single type as we are with an int
...