Assuming that Rectangle is a class name, what can you say is true, given the following statement?
```
Rectangle *BoxPtr;
```
a. The statement declares an object of the class Rectangle.
b. The statement assigns the value of *BoxPtr to the object Rectangle.
c. The statement defines a Rectangle pointer variable named *BoxPtr.
d. The statement is illegal in C++.
e. None of these
c. The statement defines a Rectangle pointer variable named *BoxPtr.
You might also like to view...
Handling short computations in the GUI thread ________.
a) does not cause the GUI to become unresponsive b) makes the GUI appear choppy. c) indefinitely potpnes the GUI. d) deadlocks the GUI.
Regular expression operator _________ inside square brackets will not match any of the characters in that set of brackets.
Fill in the blank(s) with the appropriate word(s).
Which of the following is NOT a text file?
A) Tab delimited B) Comma separated C) Space delimited D) XML
The primary purpose of JavaScript is to generate text that will be inserted into the standard ____ text stream.
A. HTTP B. HTML C. FTP D. TCP/IP