OOP 1 Text Outline

  1. Introduction, programming languages and program translation, algorithms and algorithmic problem solving, problem solving strategies

  2. Intro to OO Terminology, .Net framework, VB.Net desktop environment (IDE), intro. to VB console programming

  3. Intro to variables, variable naming, data types & scope, declaring, assignment, constants, type conversion methods, format methods, Enabling Option Strict/Explicit

  4. Intro to controls and control naming, properties, and events, Windows example requirement, General VB Development Steps - Part I, Part II

  5. Variable Scope, Introduction to decision statements, relational & logical operators

  6. Input validation (IsNumeric) and error reporting (using MessageBox object)

  7. Repetition statements

  8. InputBox function, Strings and string methods, intro to the debugger

  9. Procedures, subprograms, functions, parameter passing

  10. Procedures, cont.'d