Multiple Choice
Instance variables that are numbers are initialized to what default value?
A) Instance variables are not initialized to a default value.
B) nil
C) 0
D) null
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: Which line of code is part of
Q18: What is the return type of the
Q19: Given this method comment, fill in the
Q20: What is the name of the constructor
Q21: Consider the following invocation of the deposit
Q23: Where do parameters and local variables belong?<br>A)in
Q24: We want to create a class that
Q25: What is the return type of a
Q26: Which of the following corresponds to the
Q27: Consider the following code fragment from the