• 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
Visual Basic is an _____ _____ Programming Language
Object Oriented (OOP or OO)
It relates code ______ to real world ______
Objects
A Visual Basic "Class" is
the 'blueprint' or 'recipe' for an object
______ are instances of a 'Class'
Objects
You can create many _____ from a single class, each having different _____ values, but still undeniably created from the same class.
Objects property values
If you have 2 buttons on your window, they are different incidences (objects) of the same _______
Class
Different objects of the same class can have different ______ .
Properties
When you create a 'Form' in VB you have actually created a __________
Class