Which of the following 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...

Which of the following is NOT true about Visual Basic functions?

A) Explicit functions are predefined functions in Visual Basic. B) A function procedure begins with "Function" and ends with "End Function." C) A procedure that calls a function is called the calling procedure. D) Function procedures perform an action and return a value.

Computer Science & Information Technology

The aim of the ____ function is to ensure against malicious or inadvertent harm due to the actions of trusted individuals.

A. non-electronic security B. data security C. personnel security D. system security

Computer Science & Information Technology