Chapter 4. More Nuts and Bolts

Filling in the Gaps

Table of Contents

1. Data Types Revisited
2. Expressions and Assignment Statements
3. Introducing the C# Class Library
4. Using Methods in the C# Class Library
5. Using Strings
6. Using Instance Methods
7. Problems

IN THE FIRST FEW CHAPTERS, my goal was to expose you to some fundamental programming ideas. I have tried to minimize the amount of information by omitting certain details. In this chapter, I will fill in some of the gaps. Hopefully, these details will answer some questions that may have come up, and will help you to better understand the capabilities and limitations of C#.