Which of the following statements is not true of a constructor and destructor of the same class?

a. They both have the same name aside from the tilde (~) character.
b. They are both usually called once per object created.
c. They both are able to have default arguments.
d. Both are called automatically, even if they are not explicitly defined in the class.

c. They both are able to have default arguments.

Computer Science & Information Technology

You might also like to view...

After a table has been added, you can insert new rows but not new columns

Indicate whether the statement is true or false

Computer Science & Information Technology

A hidden form field is not displayed by the browser.

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

Computer Science & Information Technology