DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED
PROGRAMING.

Answer Posted / abhi

Procedure Oriented Programming
 Importance is given to the sequence of things to be
done i.e. algorithms
 larger programs are divided into functions
 most functions share global data i.e data move
freely around the system from function to function.
 there is no access specifier

 operator cannot be overloaded

 follows top to bottom approach

 Inheritence is not supported
Object Oriented Programming
 Importance is given to the data.

 larger programs are divided into objects
 mostly the data is private and only functions
inside the object can access the data.

 there are public, private and protected specifier.

 operator can be overloaded


 follows bottom to top approach


 Inheritence is supported

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the sylabus for priliminaries?

1691


What is polymorphism what are the different types of polymorphism?

566


What is constructor in oop?

589


How do you answer polymorphism?

577


What is oops and its features?

587






What is the difference between encapsulation and polymorphism?

596


What do you mean by variable?

577


What does and I oop mean in text?

625


Why is abstraction needed?

567


Get me an image implementation program.

1559


I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...

1628


Write a program to reverse a string using recursive function?

1792


What is oops concept with example?

578


Why is destructor used?

583


What is object-oriented programming? Webopedia definition

723