Visual Basic 2008 9.0 .NET Examples and Ebook
  Home

Object Oriented Programming

Vorig Onderwerp

Procedures and Functions

|

New in Visual Basic 2008 - 9.0

Volgend Onderwerp


Everything in OOP ( Object Oriented Programming ) is centered around objects.

Objects are constructs in which a state and some behaviour ( actions involving this states ) is combined.

Objects can represent concrete subjects ( for instance persons ) or more abstract things ( for instance reservations ).

Every object is an instance of a certain class ( in case of "single classification" ).

Classes describe objects by stating which information ( state ) objects of this type can contain and which behaviour objects of this type have.
In a class you describe how a representation of a concept is made, this is what is often referred to as the abstraction process.


Topics

Introduction to Object Oriented Programming  Topic  Introduction to Object Oriented Programming   Updated !
Properties  Topic  Properties
Implementation  Topic  Implementation
Containment  Topic  Containment
Collections - Introduction  Topic  Collections - Introduction
Inheritance - Inherits  Topic  Inheritance - Inherits
Method Overloading in Classes - Overloads  Topic  Method Overloading in Classes - Overloads
Constructors - New  Topic  Constructors - New




Updated On : 2008-10-25

Published On : 2008-11-06

Object Oriented Programming

Vorig Onderwerp

Procedures and Functions

|

New in Visual Basic 2008 - 9.0

Volgend Onderwerp
  Home  
Nederlands
Nederlands

Add to favorites (IE).


No printable version available.