๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

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

โœ Scribed by Dan Clark (auth.)


Publisher
Apress
Year
2002
Tongue
English
Leaves
418
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Table of Contents


Front Matter....Pages i-xvii
Front Matter....Pages 1-1
Overview of Object-Oriented Programming....Pages 3-11
Designing OOP Solutions: Identifying the Class Structure....Pages 13-39
Designing OOP Solutions: Modeling the Object Interaction....Pages 41-75
Designing OOP Solutions: A Case Study....Pages 77-100
Front Matter....Pages 101-101
Introducing VB .NET....Pages 103-133
Creating Classes....Pages 135-153
Creating Class Hierarchies....Pages 155-186
Implementing Object Collaboration....Pages 187-220
Front Matter....Pages 221-221
OSO Application Revisited: Implementing the Business Logic....Pages 223-267
Developing Windows Applications....Pages 269-315
Developing Web Applications....Pages 317-366
Wrapping Up and Reviewing....Pages 367-371
Back Matter....Pages 373-414

โœฆ Subjects


Software Engineering/Programming and Operating Systems


๐Ÿ“œ SIMILAR VOLUMES


Object-Oriented Programming with Visual
โœ Michael McMillan ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐ŸŒ English

After an introduction to abstract data types and their initial implementation using structures, Michael McMillan analyzes standard OOP topics, including class design, inheritance, access modifiers and scoping issues, abstract classes, design and implementation of interfaces and design patterns, and

Object-Oriented Programming with Visual
โœ J.P. Hamilton ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› O'Reilly Media ๐ŸŒ English

Written for programmers familiar with Visual Basic 6, this guide explains the concepts of object-oriented programming and how they are applied in the .NET framework. The author simplifies the purpose of abstraction, encapsulation, inheritance, and polymorphism, outlines the common language runtime a

An Introduction to Object-Oriented Progr
โœ C. Thomas Wu ๐Ÿ“‚ Library ๐Ÿ“… 2009 ๐Ÿ› McGraw-Hill Higher Education ๐ŸŒ English

An Introduction to Object-Oriented Programming with Java takes a full-immersion approach to object-oriented programming. Proper object-oriented design practices are emphasized throughout the book. Students learn how to use the standard classes first, then learn to design their own classes. Wu

An Introduction to Object-Oriented Progr
โœ C. Thomas Wu ๐Ÿ“‚ Library ๐Ÿ“… 2010 ๐Ÿ› McGraw-Hill Higher Education ๐ŸŒ English

"An Introduction to Object-Oriented Programming with Java" takes a full-immersion approach to object-oriented programming. Proper object-oriented design practices are emphasized throughout the book. Students learn how to use the standard classes first, then learn to design their own classes. Wu uses