A(n) ________ is a special function that is called whenever a new object is created and initialized with data from another object of the same class.
A) destructor
B) static function
C) copy constructor
D) assignment function
E) None of the above
C) copy constructor
You might also like to view...
In addition to archiving email messages, Outlook provides ____ tools to help control the size of your mailbox.
A. cleanup B. analytical C. website D. deletion
Which of the following statements correctly creates an ImageView object?
a. new ImageView("http://www.cs.armstrong.edu/liang/image/us.gif"); b. new ImageView(new Image("http://www.cs.armstrong.edu/liang/image/us.gif")); c. new ImageView("image/us.gif"); d. new ImageView(new Image("image/us.gif"));
The______ property of MouseEventArgs specifies which mouse button was pressed.
a) Source b) Button c) WhichButton d) ButtonPressed
____ allows the running of single applications in their own virtual machine environments.
A. System virtualization B. Platform virtualization C. Application virtualization D. Environment virtualization