Video 9.7

Video 9.7

Assessment

Interactive Video

Computers

11th Grade

Hard

Created by

Lauren Wheelwright

FREE Resource

2 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Object class equals() method compare? Choose the best answer.

It compares the actual values in two variables to see if they are the same.

It doesn’t actually compare anything on this level. You must override it to use it.

It compares two variable names to determine if they are equal.

It compares whether two variables are represented by the same object.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Methods in the Object class are useful as is and seldom need to be overridden.

True

False