- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
4 Cards in this Set
- Front
- Back
|
What is Class?
|
A class in java is a blueprint of sorts. You must have at least one class. Example: class of human.
|
|
What is Class?
|
A class in java is a blueprint of sorts. You must have at least one class. Example: class of human.
|
|
What is an object?
|
An object in java is an instance of a class. If a class were blueprint then a male or female would be an object. It has the same characteristics but is different depending upon the object.
|
|
What is an "instance?"
|
An object is called an instance of a class.
|