Part 3:Object-Oriented Visual Basic
In the third part of this book, we will learn to build objects that allow for more code reuse. We will learn the big three of object-oriented programming – encapsulation, inheritance, and polymorphism – and how they are used in Visual Basic.
This part has the following chapters:
- Chapter 12, Object-Oriented Programming
- Chapter 13, Inheritance
- Chapter 14, Polymorphism
- Chapter 15, Interfaces
- Chapter 16, Project Part III