When you have a class which has a dynamic array as one of it's members, you should also include _____________ in the class.
a. a copy constructor
b. a default constructor
c. a destructor
d. the assignment operator
e. all of the above
f. none of the above
e. all of the above
Computer Science & Information Technology
You might also like to view...
You are about to save your startup-configuration file to your local file server as a backup. You want to ensure that the passwords in the file cannot be read by anyone opening the file. Which of the following commands could you issue on the switch to make the password NOT viewable?
A) convert passwords B) password encryption C) service password-encryption D) encrypt service passwords
Computer Science & Information Technology
CRCs are typically used in systems where data can be retransmitted if errors are detected.
a. True b. False
Computer Science & Information Technology