What are the main differences between procedure oriented
languages and object oriented languages?

Answer Posted / ashish tripathi

Pocedure Pogramming:
it concentrate the procedure .execution is going on through
procedure.it means that we can not jump without calling the
pevoius pocedure .

oop:
no restiction are there .
simply call whatever u want to execute.

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is coupling in oop?

606


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1402


What are the benefits of oop?

613


What is the advantage of oop over procedural language?

632


Why is abstraction needed?

575






What is the difference between inheritance and polymorphism?

599


What is encapsulation with real life example?

581


What polymorphism means?

630


What does <> mean pseudocode?

630


When not to use object oriented programming?

576


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1639


Explain the advantages of inheritance.

682


Can we override main method?

613


What is cohesion in oop?

630


Can destructor be overloaded?

605