Answer the following statement(s) true (T) or false (F)

1. In C++, an object may be declared with empty parentheses.
2. Like constructors, there can be more than one destructor function per class.
3. Constructors are considered to be mutator functions.
4. In C++, a common programming error consists of including a return type with the constructor’s prototype.
5. In C++, using the same name for a data member as for a member function does not produce an error.


1. False
2. False
3. False
4. True
5. False

Computer Science & Information Technology

You might also like to view...

Once you clearly understand what a program is supposed to do, you can ____________.

a. test the program and correct logic errors b. correct syntax errors c. design the program’s user interface d. design the program’s logic

Computer Science & Information Technology

Macintosh moved to the Intel processor and became UNIX based with which operating system?

a. El Capitan b. High Sierra c. OS X d. Lion

Computer Science & Information Technology

To create a new query, click on the ________ icon in the Create tab

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which one of the following filter options is not found on the number filter submenu?

A. Greater Than... B. Between... C. Below Average D. Bottom 10...

Computer Science & Information Technology