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

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;

8 Cards in this Set

  • Front
  • Back

Platform Independence

Can work on any machine with the corresponding virtual machine

JDK boxes

Java Development Kit < Java Runtime Environment < Java Virtual Machine

What do objects contain?

State (characteristics), behavior, identity (usually by hash code)

4 pillars of OOP

Abstraction, polymorphism, inheritance, encapsulation

What is abstraction?

Hiding implementation while showing functionality

What is polymorphism?

One task can be performed in a variety of ways.

What is inheritance?

Attributes can be copied from parent class to child class

What is encapsulation?

Restricting access to information using access modifiers