• 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/7

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;

7 Cards in this Set

  • Front
  • Back
Arguments
Pieces of information that are sent into- or passed to- a method.
Bytecode
A binary program that is created when the Java compiler translates the source code.
Class
A programming language construct that is used as a blueprint to create objects with specific attributes and methods.
Encapsulation
The act of hiding data and methods to protect them from being inadvertently changed.
Inheritance
The ability to create classes that share the attributes and method of existing class
Instance
A specific variable that was created from a class.
Method
A named group of program statements organized as a module.