Monday 24 June 2013

What is object oriented programming?


Object oriented programming is  a programming paradigm that represents the concepts as "objects" that has some fields(called attributes) and methods associated procedures called "methods".Objects that are running instances of class ,usually interact with each other ,throughout the application running ,to achieve the desired results. 
I am going to give a example:-
Let say you want to develop a software for the school Management .So how you will start the development?
The answer here will come is that you will look at the problem in real life.

The solution will start by looking at the real life objects and there interaction in the school system.Means you will look at that the objects in the school are:-

Teacher,Student,Accountant,Securityman,Principal,etc.

So you have seen these are the objects which will also remain active in our software.and the software will work as they will interact with each other as they do in real life.

No comments:

Post a Comment