after the programmer defines this class, which of the following are true about the below program? class xstring { int type; double data; }; int main() { xstring a; }