This method on System.out displays a line of text terminated with a newline character
What is println?
Representing a complex algorithm with a simpler name that hides the implementation details
What is abstraction?
This method is executed on instantiation of a new object
What is a constructor?
What Country was Saint Nicholas from?
What is Turkey?
These are analogous to actions, which the user interacts with an object
What are methods?
These methods are used to modify the values of private data members
What are mutators?
What is the shortcut way to add one to something?
What is ++?
Who sang the comedic "hanukkah song"?
Adam Sandler
When a method name has more than one body defined, differentiated by unique lists of parameters, they are called this.
What is an overloaded method?
To ensure that users can access some member of your class, use this modifier
What is public?
How many ghosts show up in the Christmas Carol?
4
This describes the concept of combining data and methods into one object, such that the data can only be accessed through the methods.
What is encapsulation?
What is Mr. Baker's favorite NFL team?
What are Steelers?
FINAL JEAPORDY:
!(x < 3 && y > 2) is equivalent to (x >= 3 || y <= 2)
due to what principle?
Demorgan's Law
What is my favorite color
Blue
When a class extends another class, its parent-class or super-class
What is abstraction?
The name of the & operator
What is bitwise AND?
What country started putting trees in the home during Christmas?
Germany