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

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;

10 Cards in this Set

  • Front
  • Back
interface is a …?... type object with no implementation
reference
interface is a reference type object with no …?...
implementation
similar to an ...?... class
abstract
like abstract class with
- all the ...?... stripped out
- everything that is not public removed
implementation
like abstract class with
- all the implementation stripped out
- everything that is not ...?... removed
public
only has a ...?... for interaction with other classes or interfaces
signature
once implemented and made available they (should not/should) change
should not
define how two classes should ...?...
interact
acts as a ...?... defining how two classes should interact
contract

Light