Class ________ represents a dynamically resizable array-like data structure.
a. Array
b. ArrayList
c. Arrays
d. None of the above.
B
You might also like to view...
To assign values to a structure variable, you use the
a. equals operator b. assignment operator c. extraction operator d. less than operator
Which of the following is not true of a constructor and destructor of the same class?
a. They both have the same name aside from the tilde (~) character. b. They are both usually called once per object created. c. They both are able to have default arguments. d. Both are called automatically, even if they are not explicitly defined in the class.
Suppose a and b are integer variables and a program calculates the sum a + b. Now sup- pose c and d are string variables and a program performs the concatenation c + d. The two + operators here are clearly being used for different purposes. This is an example of _______.
Fill in the blank(s) with the appropriate word(s).
The _______________ utility can be used to repair .ost and .pst files, and is included with Microsoft Outlook.?
A. ?fixmail.exe B. ?scanpst.exe C. ?repairpst.exe D. ?rebuildpst.exe