An Introduction to Object-Oriented Programming with Visual Basic .NET

Daniel R. Clark, Dan Clark

  • 出版商: Apress
  • 出版日期: 2002-07-11
  • 售價: $1,580
  • 貴賓價: 9.5$1,501
  • 語言: 英文
  • 頁數: 412
  • 裝訂: Paperback
  • ISBN: 1590590155
  • ISBN-13: 9781590590157
  • 相關分類: .NETVisual BasicObject-oriented
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

As you work your way through An Introduction to Object-Oriented Programming with Visual Basic .NET, you'll learn how to analyze the business requirements of an application, model the objects and relationships involved in the solution design, and finally, implement the solution using Visual Basic .NET. Along the way you'll also learn the fundamentals of software design, the Unified Modeling Language, object-oriented programming, and Visual Basic .NET.

An Introduction to Object-Oriented Programming with Visual Basic .NET is logically organized into three parts.

  • Part One delves into object-oriented programming methodology and design--concepts that transcend a particular programming language. The concepts presented are important to the success of an object-oriented programming solution regardless of the implementation language chosen. At the conclusion of this part, a case study walks you through the design of a solution based on a real-world scenario.
  • Part Two looks at how object-oriented programming is implemented in Visual Basic .NET. You will explore the structure of classes, class hierarchies, inheritance, and interfaces. The .NET Framework is introduced along with the Visual Studio Integrated Development Environment.
  • Part Three returns to the case study introduced at the end of Part One. Using the knowledge gained in Part Two, programmers will transform the design into a functional VB .NET application. The application includes a graphical user interface, a business logic class library, and integration with a backend database.

Contents

Part One Object-Oriented Programming and Design Fundamentals
Chapter 1: Overview of Object Oriented Programming
Chapter 2: Designing OOP Solutions: Identifying the Class Structure
Chapter 3: Designing OOP Solutions: Modeling the Object Interaction
Chapter 4: Designing OOP Solutions: A Case Study

Part Two Object-Oriented Programming with Visual Basic .NET
Chapter 5: Introducing VB .NET
Chapter 6: Creating Classes
Chapter 7: Creating Class Hierarchies
Chapter 8: Implementing Object Collaboration

Part Three Developing Applications with Visual Basic .NET
Chapter 9: OSO Application Revisited: Implementing the Business Logic
Chapter 10: Developing Windows Applications
Chapter 11: Developing Web Applications
Chapter 12: Wrapping Up and Reviewing

Appendix A Fundamental Programming Concepts
Appendix B Exception Handling in VB .NET