Visual Basic 2008 9.0 .NET Examples and Ebook

Object Oriented Programming

Vorig Onderwerp

Procedures and Functions



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   Updated !
Implementation  Topic  Implementation   Updated !
Containment  Topic  Containment   Updated !
Collections - Introduction  Topic  Collections - Introduction   Updated !
Inheritance  Topic  Inheritance   Updated !
Method Overloading  Topic  Method Overloading   Updated !
Constructors  Topic  Constructors   Updated !



This version ( published on 2008-06-24 ) is printed from http://www.studyvb.com, visit the website for more recent information.



Updated On : 2008-05-29

Published On : 2008-06-24

Object Oriented Programming

Vorig Onderwerp

Procedures and Functions

Nederlands  Nederlands

Add to favorites (IE).