• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/9

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

9 Cards in this Set

  • Front
  • Back
ATTRIBUTES
noun (describe objects)
BEHAVIORS
verb (action of object, what it does)
ENCAPSULATION
The process of hiding data
METHOD CALLS
Operations that can be carried out
REFERENCE
a reference variable holds the information necessary to find the object in memory
ACCESS SPECIFIER
such as public, controls which other methods can call this method
CONSTRUCTOR
purpose is to initialize the values of instance variables of an object.
HOW TO DECLARE AN INSTANCE VARIABLE
access_specifier type variable_name
OVERLOADED
Whenever you have multiple methods (or constructors) with the same name