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 Basic .Net
β Scribed by J.P. Hamilton
- Publisher
- O'Reilly Media
- Year
- 2002
- Tongue
- English
- Leaves
- 308
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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 and .NET class library, and shows how to design classes, deal with exceptions, build custom attributes, and move objects into a distributed environment.
π SIMILAR VOLUMES
<p>This book is about object-oriented programming and how it is implemented in Microsoft Visual Basic. Accordingly, the book has two separate, but interΒ twined, goals. The first is to describe the general concepts of object orientation and the second is to describe how to do object-oriented program