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

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;

11 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

IENumerable

Is an interface, any object using this will provide a way to get an enumerator

.dispose ()

Throw away resources used

Trash can

Exception

Represents errors that occur during app execution

Try and Catch

To catch and handle an exception generated by working code

Enums

Enumeration, data type consisting of elements

Lelu Dallas

Inheritance

Object or class is based on another object or class

Properties

Special sort of class member in between fields and methods

Constraints

Provide access to class functions within the context of the generic object

Class

Programming template, states of an object and behavior

Namespace

Container created to hold a logical grouping

Fields

Data types declared within the class