Object-Oriented Programming with Visual Basic.NET
β Scribed by Michael McMillan
- Year
- 2004
- Tongue
- English
- Leaves
- 317
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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 refactoring in VB.NET. More advanced OOP topics are covered as well (reflection, object persistence, and serialization.) Finally, he demonstrates OOP techniques for standard Windows applications; for database applications using ADO.NET; for Web-based applications using ASP.NET; and for Windows service applications.
π 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
<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