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.

Computer Science & Information Technology

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.

Computer Science & Information Technology

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).

Computer Science & Information Technology

Which of the following is NOT a text file?

A) Tab delimited B) Comma separated C) Space delimited D) XML

Computer Science & Information Technology

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

Computer Science & Information Technology