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
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
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
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 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 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