Wrox Home  
Search titles for:

Topic: C# and C++

Cover image for product 0470261293
Beginning C# 3.0: An Introduction to Object Oriented Programming
Jack Purdum
ISBN: 978-0-470-26129-3
Paperback
523 pages
May 2008

Back to description


About This Title  |  Chapters on Demand  |  Download Code  |  Errata  |  P2P Forum for This Title
Add to Cart
Chapter 1: Getting Started

Welcome to the world of object-oriented programming and C#! The primary goal of this book is to use the C... more

Chapter 2: Understanding Objects
US $4.99

As you learned in Chapter 1, programming with objects has been around for over four decades. However, it’s only in the last... more

Chapter 3: Understanding Data Types
US $4.99

As you learned in Chapter 2, computer programs often input data in one form, process it, and then show the new data on the... more

Chapter 4: Understanding C# Statements
US $4.99

This chapter concentrates on the basic building blocks C# provides you for writing programs. In this chapter, you will learn... more

Chapter 5: Understanding Reference Data Types
US $4.99

In Chapter 3 you learned about the different value data types that C# makes available for use in your programs. This chapter... more

Chapter 6: Making Decisions in Code
US $4.99

If computers could not use data to make decisions, they would be little more than very expensive boat anchors. Because it... more

Chapter 7: Statement Repetition Using Loops
US $4.99

Computer programs are very good at doing repetitive tasks…much better than humans, because computers don’t get bored. In... more

Chapter 8: Arrays
US $4.99

In this chapter you will learn about arrays, array lists, and collections. As you will learn, these data structures are useful... more

Chapter 9: Designing Classes
US $4.99

In Chapter 2 I stated that classes are like cookie cutters. I went on to point out that Visual Studio provides you with a... more

Chapter 10: Designing and Writing Custom Classes
US $4.99

In Chapter 9 I initiated a discussion about designing your own classes. I ended that chapter by designing and writing a simple... more

Chapter 11: Exception Handling and Debugging
US $4.99

It would be wonderful if we didn’t even have to write a chapter like this one, but the truth is that problems do arise when... more

Chapter 12: Generics
US $4.99

This chapter discusses generics, a feature that has been a part of C# since its 2005 release. While Microsoft still has a... more

Chapter 13: Using Disk Data Files
US $4.99

This chapter shows you how to use disk data files. If you think about it, computers would lose much of their functionality... more

Chapter 14: Using Databases
US $4.99

In Chapter 13 you learned how to persist data using several different types of data files. In this chapter I expand on that... more

Chapter 15: Inheritance and Polymorphism
US $4.99

In this chapter I expand on the concept of inheritance. Although you have been using inheritance since the first chapter... more

Appendix A: Exercise Solutions
US $4.99

This appendix provides solutions to the chapter exercises found throughout the book.... more

Add to Cart
Get More Wrox For Less!

C#/C++ Resources