BLOGGER TEMPLATES AND TWITTER BACKGROUNDS »

Monday, December 12, 2011

Object Oriented Programming

Object Oriented Programming is a technique used to solve real world problems by using the concept of Encapsulation,Data Hiding,Inheritance and Polymorphism etc.

Depending upon the feature,the language can be classified into the following two categories

1)Object Based Programming Language.

2)Object Oriented Programming Language.

Object Based Programming Languages:

*Data encapsulation.

*Data hiding and access mechanism.

*Automatic initialization and clear up of object.

*Operator overloading.

*Languages that support programming with objects are said to be object based programming languages.They do not support inheritance and dynamic binding.

Example : Ada and Javascript

0 comments: