CIS 355 Week 3 Quiz
Click Below Link To Purchase
www.foxtutor.com/product/cis-355-week-3-quiz
1. (TCO 4) Consider the code segment below. Which of the following statements is false?
2. (TCO 4) Which expression adds 1 to the element of array arrayName at index i?
3. (TCO 4) Which of the following statements is false?
4. (TCO 4) Which statement below initializes array items to contain 3 rows and 2 columns?
5. (TCO 4) Which of the following should usually be private?
6. (TCO 4) When should a program explicitly use the this reference?
7. (TCO 4) What happens when this is used in a constructor’s body to call another constructor
of the same class if that call is not the first statement in the constructor?
8. (TCO 4) Which statement is false?
9. (TCO 4) Which method returns an array of the enum’s constants?
10. (TCO 4) Which of the following is false?