Multiple Choice
ADTs illustrate the principle of ____.
A) information hiding
B) privacy
C) encapsulation
D) overloading
Correct Answer:

Verified
Correct Answer:
Verified
Q4: An accessor method of a class first
Q8: The built-in operation that is valid for
Q14: Modifiers are used to alter the behavior
Q28: MysteryClass<br>-first: int<br>-second: double;<br>+MysteryClass()<br>+MysteryClass(int)<br>+MysteryClass(double);<br>+MysteryClass(int, double)<br>+setData(int, double): void<br>+getFirst(): int<br>+getSecond():
Q30: public class Secret<br>{<br>Private int x;<br>Private static int
Q33: When does the method finalize execute?<br>A) When
Q38: public class Secret<br>{<br>Private int x;<br>Private static int
Q40: The method finalize automatically executes when the
Q43: In Java, the reference this is used
Q46: What is the default definition of the