OOP 1 Text Outline
- Introduction, programming languages and program translation, algorithms and algorithmic problem solving,
problem solving strategies
- Intro to OO Terminology, .Net framework, VB.Net desktop environment (IDE), intro. to VB console
programming
- Intro to variables, variable naming, data types & scope, declaring, assignment, constants,
type conversion methods, format methods, Enabling Option Strict/Explicit
- Intro to controls and control naming, properties, and events, Windows example requirement,
General VB Development Steps - Part I, Part II
- Variable Scope, Introduction to decision statements, relational & logical operators
- Input validation (IsNumeric) and error reporting (using MessageBox object)
- Repetition statements
- InputBox function, Strings and string methods, intro to the debugger
- Procedures, subprograms, functions, parameter passing
- Procedures, cont.'d