版权所有:内蒙古大学图书馆 技术提供:维普资讯• 智图
内蒙古自治区呼和浩特市赛罕区大学西街235号 邮编: 010021
丛 书 名:Beginning: From Novice to Professional
版本说明:1
I S B N:(纸本) 1590595386
出 版 社:Springer-Verlag New York Inc
出 版 年:2005年
主 题 词:novice professional object oriented beginningVisual Basic Languages & Tools Programming Computers & Internet
摘 要:Beginning Object Oriented *** with *** provides an introduction to Object-Oriented Programming concepts and their application to creating *** applications with ***. All of the basic Object-Oriented concepts from the definition of an object to inheritance are covered in easy to understand segments followed by code samples that illustrate the usage of each concept. This book also includes a chapter on using Visual Studio 2005 and Microsoft .NET Framework 2.0 to create *** 2.0 applications. The intended audiences of this book are two different types of developers. The first is the group of developers with backgrounds in procedural programming such as that used on the AS400. The second group of developers will be developers that have created ASP applications previously with VBScript or Java Script and may have used VB to create business logic housed in COM+ applications. These developers may understand the concepts of Object-Oriented Programming but most likely will not recognize it. By the end of section two, all readers will understand what a class is and how it relates to an object as well as how to model the real world into a class. Also readers will be able to create a class in *** and add properties and methods along with being able to use that class in a simple *** web application created with ***