Question: 1
Which two are benefits of polymorphism? (Choose two.)
Question: 2
Given:
What is the result?
Question: 3
Given the following array:
Which two code fragments, independently, print each element in this array?
Question: 4
Given the code fragment:
Which three code fragments can be independently inserted at line n1 to enable the code to print one?
Question: 5
Given the code fragment:
And given the requirements:
1. Process all the elements of the array in the reverse order of entry.
2. Process all the elements of the array in the order of entry.
3. Process alternating elements of the array in the order of entry.
Which two statements are true? (Choose two.)