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

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;

13 Cards in this Set

  • Front
  • Back
class
Declares a class construct.
dynamic
Declares a class dynamic.
extends
Subclasses another class or interface.
get
Declares a class member function an implicit getter.
implements
Implements the functions of an interface.
import
Imports a class or interface for use in the following script.
interface
Declared an interface construct.
intrinsic
Allows compile-time type checking of previously defined classes.
private
Declares a class member private.
public
Declares a class member public.
set
Declares a class member an implicit setter.
static
Declares a class member static.
super
Superclass operator; invokes constructor/method of superclass.