What are the main differences between procedure oriented
languages and object oriented languages?
Answer Posted / k.rajesh
1. Procedural languages enforce sequential processing
of instructions. Object oriented languages may implement
event driven processing.
2. Procedural languages store all data as global while
OOPs languages support data encapsulation -- all related
data is stored inside one object and only relevant data is
shown to the user.
3. Facilities like function overloading and operator
overloading (polymorphism) allow you to use same names and
provide different functionality which avoids personalism in
naming conventions. These overloaded versions are easy to
use and remember.
| Is This Answer Correct ? | 53 Yes | 12 No |
Post New Answer View All Answers
What is difference between inheritance and polymorphism?
What is object in oop with example?
Which is better struts or spring?
Why do we use polymorphism?
What does and I oop mean?
what is the sylabus for priliminaries?
What is object-oriented programming? Webopedia definition
Which language is pure oop?
What is the real time example of encapsulation?
What is for loop and its syntax?
What are the 4 main oop principles?
What is difference between multiple inheritance and multilevel inheritance?
What is overloading and its types?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Where is pseudocode used?