This document discusses implementing object-oriented programming in Visual Basic .NET. It outlines objectives like identifying classes, objects, structures, abstract classes, interfaces and assemblies. It describes creating a class with members to store customer data, and a Windows form with controls to accept this data. The data will be stored in member variables of a Customer class instance. The form will have labels, textboxes and buttons. Entering data will instantiate the Customer class and store information in its members.