General Characteristic of OOP

General Characteristic of OOP


1.    Emphasis is done in data rather than on procedures or Algorithms.

2.    Programs are divided into small modules known as classes.

3.    Function and data are tied together in an Object. The binding of function with data is known as encapsulation.

4.    Data can be hidden using access specifiers like public, private and protected.

5.    New data and function can be added easily whenever necessary.

6.    Uses bottom-up approach in program design.

7.    It supports polymorphism.

No comments:

Powered by Blogger.