Programming and Problem Solving with Visual Basic .NET
โ Scribed by Nell Dale, Michael McMillan, Chip Weems, Mark R. Headington
- Publisher
- Jones & Bartlett Learning
- Year
- 2002
- Tongue
- English
- Leaves
- 685
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Visual Basic is arguably the most popular computer programming language for application development in the United States and around the world today. Visual Basic is also an excellent language to teach as a "first" computer language because of its easy-to-learn syntax and flexibility. This book treats Visual Basic as a serious programming language and not as just another Windows application. One concern that is frequently voiced when discussing the differences between Visual Basic and C++ is the level of object-oriented programming supported by Visual Basic. With the release of VB. NET, the language will support all the major features of object-oriented programming-encapsulation, inheritance, and polymorphism.
๐ SIMILAR VOLUMES
.NET Compact Framework Programming with Visual Basic .NET is the definitive tutorial and reference for the .NET Compact Framework (CF). It shows you how to transfer your skills and your code to the Pocket PC 2003 and other mobile and embedded smart devices. Authors Paul Yao and David Durant draw upo
This is one of the best books so far I have read for this topic - Database Programming with Visual Basic.NET. Unlike other similar books, in which a huge block of codes starts from the first page and ends until the last page of the books, this book starts with a new style - Design Tools and Wizards,
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