Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
A class is ___a structured data type_____ a. a structured data type b. a homogeneous data type c. a simple data type T or F2. All data members of a...
1. A class is ___a structured data type_____ a. a structured data typeb. a homogeneous data typec. a simple data typeT or F2. All data members of a class must be of the same data type. 3. You define an object of a class in the same way that you define avariable of a data type.4. It is optional to initialize an object at declaration. 5. A data member is another term for an object.