Object-Oriented Programming in Visual Basic .Net

Object-Oriented Programming in Visual Basic .Net

  • ただいまウェブストアではご注文を受け付けておりません。 ⇒古書を探す
  • 製本 Paperback:紙装版/ペーパーバック版
  • 言語 ENG
  • 商品コード 9780201787054
  • DDC分類 005.2768

Full Description


Alistair McMonnies takes an object-oriented approach to teaching Visual Basic.Net (VB.Net), the new, fully object-oriented version of Visual Basic. He starts off by covering object-oriented analysis and design and modelling using UML, and then moves on to a detailed discussion of object oriented concepts such as objects and classes. He shows the students how to develop short programs, and also covers more advanced topics such as data structures, components, and database programming. The book will be accompanied by a full supplements package in the form of a companion website containing code for all programs in the book, additional program examples, a case study, and information on using VB to program database applications.

Contents

Introduction 1. Software Development 2. Software Design 3. The Visual Basic .Net language 4. Objects, Classes, Types 5. Controlling Program Code 6. Data Structures 7. Inheritance and Polymorphism 8. Windows Applications9. Windows Controls 10. Object Modelling11. Files, Streams and Serialization 12. Databases Appendix 1. Working without Visual Studio Appendix 2. Database Connections Appendix 3. Program Style Appendix 4. Application Checklist