Chapter 5. Object-Oriented Programming in C


Chapter 5. Object-Oriented Programming in C#

In This Chapter

  • Object-Oriented Design

  • Object-Oriented Programming

Object-oriented programming is a fundamental part of the .NET Framework. The entire framework is built in an object-oriented fashion. Whether you are creating a game, a Windows Forms application, a Web Forms application, a web service, or anything elseif you're using .NET, you're using objects and classes.

Before you move through the rest of the book learning about Windows Forms and Web Forms, you should spend some time familiarizing yourself with object-oriented design (OOD) and object-oriented programming (OOP) concepts, as well as how to implement classes, inheritance, and interfaces in C#.

This chapter provides you with an introduction to the design and implementation of classes, interfaces, inheritance, and polymorphism.



Microsoft Visual C# 2005 Unleashed
Microsoft Visual C# 2005 Unleashed
ISBN: 0672327767
EAN: 2147483647
Year: 2004
Pages: 298

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net