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

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;

15 Cards in this Set

  • Front
  • Back

OOP

Object Oriented Programming

Object

A thing

Class

Definition of an object

Instance

An object at a specific point in time.

Method

The FUNCTIONALITY of an object

Member Data

The attributes of an object.

OOP "Qualities"

Modular, Reusable, Code Libraries, Shorter Development Times, Teams

2 Main Types of Data

Primitive & Complex

Primitive Data

Basic/simple types

Complex Data

Objects, Structures, and Arrays.

int

Whole Number

float

Number that can have a decimal point

char

Asoii character (define w/single quotes)

String

Null terminated array of characters

Variable

A container designed to hold a specific data type.