1. when you place objects in order beginning with the object that has the lowest value, you are sorting in _____ order
a. ascending
b. reverse
c. descending
d. lowest
2. when you place objects in order beginning with the object that hs the highest values, you are sorting in __________- order
a. ascending
b. reverse
c. descending
d. lowest
3. _____ is mechanism that enables one class to acquire all the behaviors and attributes of another class
a. inheritance
b, polymorphism
c. encapsulation
d. overriding
4. you use the keyword ____ to achive inheritance in Java
a. inherit
b. extends
c.super
d. public
1. when you place objects in order beginning with the object that has the lowest value, you are sorting in _____ order
Answer : a. ascending
2. when you place objects in order beginning with the object that has the lowest value, you are sorting in _____ order
Answer : c. descending
3. _____ is mechanism that enables one class to acquire all the behaviors and attributes of another class
Answer : a. inheritance
4. you use the keyword ____ to achive inheritance in Java
Answer : b. extends
Get Answers For Free
Most questions answered within 1 hours.