Saturday, May 16, 2009

What is object oriented programming?

Object Oriented Programming (OOP) is a programming style. That uses the interaction of
Objects (Data Structure) to design computer programs.



The Fundamental Concepts of OOP:

-Class
-Object
-Attribute

Class

Is a Programming Language construct.

No comments:

Post a Comment