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

Answer Posted / rahul madanan

procedural language: instructions will be divided into
various blocks called as datas .It concentrates on
procedures rather than datas.

oops: class is created where data and functions are
encapsulated. It concentrates on data rather than
procedure.

Is This Answer Correct ?    19 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use oop?

600


What is inheritance in simple words?

623


What are the 4 pillars of oop?

666


What is object and example?

600


Why is abstraction needed?

561






write a C++ program for booking using constructor and destructor.

2041


What does it mean when someone says I oop?

576


what type of questions

1692


What is the real time example of encapsulation?

589


What is a class oop?

588


What is abstraction oop?

619


Why do we use polymorphism?

571


What is the oops and benefits of oops programming?

549


What is the main purpose of inheritance law?

667


write string class as your own class in java without using any built-in function

1974