July 2015
Intermediate to advanced
1300 pages
87h 27m
English
Visual Studio 2015 offers an instrument known as Visual Studio Class Designer that you should already know if you have experience with previous versions. You can design objects in a visual way by taking advantage of a graphical tool. You design objects; Visual Studio generates code. In this chapter, you learn how to design objects according to object-oriented principles using the Class Designer to create a new implementation of the Person class and of a couple of derived classes. Before continuing to read, create a new, empty VB project for the Console. This is the base for your subsequent work.