Oop
Oop
Message box
Message button
Visual Basic 2010
-is now a complete
object-oriented
programming language.
The developments of
programming languages
are as follows:
Procedural –this was the
style of programming of the
first 3GL programming
languages. It is older,
traditional, sequential type
of programming which is
used by the following: BASIC,
Visual Basic 6.0 and
earlier VBs were event-
driven programs which
were still procedural but
contain some elements of
object-oriented
Visual Basic.NET (2003,
2005, 2008 and 2010) are
full object-oriented
programming (OOP)
language.
Object-oriented programming
(OOP) is a programming style
that uses objects to design
an application or program.
OOP is a programming
paradigm that attempts to
mimic the way people think
and deal with the world.
OOP techniques may
include the following features:
Data
Encapsulation Modularity
Abstraction
• refers to data • is a • is where data
bundling and programming and program are
restrictions to design technique represented by
access object’s that allows their close image
data; it is a way breaking down of representation.
of hiding data the software into
from the outside. modules and
each module
accomplishes a
given task on its
own.
OOP techniques may
include the following features:
Polymorphism Inheritance Messaging