Answer the following statements true (T) or false (F)
1. You must store the header file in a separate file from the implementation file.
2. The data members of a class are usually placed in the private section of a class.
3. If the implementation of a member function calls another member function you do not need to
use dot notation.
4. A constructor cannot specify a return type.
5. The implementation of the member functions cannot access the private section of the class.
1. False
2. True
3. True
4. True
5. False
You might also like to view...
Which statement is false?
a. Based on whether an operator is implemented as a member function or as a non-member function, the operator is used differently in expressions. b. When an operator function is implemented as a member function, the leftmost (or only) operand must be an object (or a reference to an object) of the operator's class. c. Operator member functions of a specific class are called (implicitly by the compiler) only when the left operand of a binary operator is specifically an object of that class, or when the single operand of a unary operator is an object of that class. d. Another reason why you might choose a non-member function to overload an operator is to enable the operator to be commutative.
A "critical section" in a program is a block of code
A. that affects program efficiency B. that affects data integrity
A unique name for a form is specified by the Action attribute.
Answer the following statement true (T) or false (F)
Which one of these is a tool that images a Windows computer for deployment purposes? It removes system-specific information such as the security identifier (SID) so that you can capture and deploy the Windows image
a. Sysprep b. ImageX c. Windows Automated Installation Kit (AIK) d. Windows Recovery Environment (Windows RE)