Chapter 3 Basic Programming in Visual Basic .NET Declaring and …
Short Description
NET code and only Visual Basic .NET code. Chapter 3 provides you with an opportunity to experiment and explore the basic programming concepts that …
Website: www.ftponline.com | Filesize: 82kb
Content
Chapter 3: Basic Programming in Visual Basic Page 1 of 28
file://C:Documents and SettingsllloydLocal SettingsTemp 67232234x_ch03.html 8/22/2002
Chapter 3: Basic Programming in Visual Basic .NET
In This Chapter
? Declaring and Initializing Variables
? Working with Block-Level Scope
? Static Variables
? Using Static Variables
? Using Arrays
? Working with New Abstract Data Types
? Shadow Variables
? Functions and Subroutines
? Defining Structures
? Using Objects
? Exception Handling
? Summary
In this chapter, you’ll get your first chance to write Visual Basic .NET code unencumbered with the coding
practices and idioms of yesterday. We will use Visual Basic .NET code and only Visual Basic .NET code.
Chapter 3 provides you with an opportunity to experiment and explore the basic programming concepts that
are the molecules of every program.
This chapter looks at variable declaration and initialization, block scope, static variables, and more on arrays
and abstract data types. I will also introduce you to the concept of shadow variables, and provide you with
some more examples on defining procedures and structures. Near the end of this chapter, we will look at the
new…
Get the file Download here
Related Books:Related Searches: abstract data types, initializing variables, static variables, variable declaration, basic programming
Comments
Leave a Reply