************************************************************************** A Union describes a C++ union. It has no additional fields beyond that of a Structure, but each of its Field's space is shared with all other Fields; thus, only one Field of the union may be used without interfering with the others.