Chapter 9: Getting Comfortable with Object-Oriented Programming


OVERVIEW

In this chapter, you will learn about Visual Basic object-oriented programming. This will include learning about a number of new programming concepts, including abstraction, encapsulation, inheritance, and polymorphism. You will also learn more about working with objects. This will include a look at examples of objects provided by Visual Basic and the .NET Framework, as well as how to create your own objects by creating custom classes. You will also learn how to store and protect the data stored in your custom objects and to provide access to it through the implementation of properties and methods. In addition, you will get the chance to create another Visual Basic application based on the classic children's rock, paper, scissors game.

Specifically, you will learn:

  • About object-oriented programming concepts and terms

  • How to define custom classes

  • How to instantiate objects based on your custom classes

  • How to set up method overloading within custom classes

  • How to provide controlled access to the data stored within objects




Microsoft Visual Basic 2005 Express Edition Programming for the Absolute Beginner
Microsoft Visual Basic 2005 Express Edition Programming for the Absolute Beginner
ISBN: 1592008143
EAN: 2147483647
Year: 2006
Pages: 126

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net