• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle 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

image

PLAY BUTTON

image

PLAY BUTTON

image

Progress

1/4

Click to flip

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.