Question: QUESTION 21 When a constructor does not require that any arguments be passed to it, it is called a(n) ________ constructor. zero-element default empty stand-alone
QUESTION 21
When a constructor does not require that any arguments be passed to it, it is called a(n) ________ constructor.
| zero-element | ||
| default | ||
| empty | ||
| stand-alone | ||
| useless |
2.00000 points
QUESTION 22
True/False: A structure has member variables, like an object, but they are usually all public and accessed directly with the dot operator, instead of by calling member functions.
True
False
1.00000 points
QUESTION 23
When the body of a member function is defined inside a class declaration, it is called a(an) ________ function.
| global | ||
| conditional | ||
| inline | ||
| static | ||
| constructor |
1.00000 points
QUESTION 24
________ member function may be called by a statement in a function that is outside the class.
| Any | ||
| A public | ||
| A declared | ||
| An inline | ||
| A private |
1.00000 points
QUESTION 25
True/False: The following statement initializes all five elements of the number array to 1. int number[5] = {1};
True
False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
