Question

1. when you place objects in order beginning with the object that has the lowest value,...

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

Homework Answers

Answer #1

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

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
1. if you provide an empty method within an abstract class, the method is an abstract...
1. if you provide an empty method within an abstract class, the method is an abstract method even if you do not explicitly use the keyword ____ when defining method a. virtual b. implement c. abstract d. extends 2. when you create a number of classes that inherit from each other, as well as multiple interfaces that you want to implement with these classes, you often will find it convenient to place these related classes in a ______- a.group b....
Rank these four objects in increasing order of kinetic energy, beginning with the smallest. Object A...
Rank these four objects in increasing order of kinetic energy, beginning with the smallest. Object A - m=4000 g, v=5.0 m/s Object B - m=12.0 kg, v=9.0 km/h Object C - m=8.0kg, v=5.0 m/s Object D - m=15000 g, v=200 cm/s
You can complete this assignment individually or as a group of two people. In this assignment...
You can complete this assignment individually or as a group of two people. In this assignment you will create a ​​Sorted Singly-Linked List​ that performs basic list operations using C++. This linked list should not allow duplicate elements. Elements of the list should be of type ‘ItemType’. ‘ItemType’ class should have a private integer variable with the name ‘value’. Elements in the linked list should be sorted in the ascending order according to this ‘value’ variable. You should create a...
Task 1: You will modify the add method in the LinkedBag class.Add a second parameter to...
Task 1: You will modify the add method in the LinkedBag class.Add a second parameter to the method header that will be a boolean variable: public boolean add(T newEntry, boolean sorted) The modification to the add method will makeit possible toadd new entriesto the beginning of the list, as it does now, but also to add new entries in sorted order. The sorted parameter if set to false will result in the existing functionality being executed (it will add the...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT