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 polymorphism in oops?

581


What is destructor example?

597


What is polymorphism in oops?

558


What is encapsulation and abstraction? How are they implemented in C++?

637


What is super in oop?

599






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?

1408


What is polymorphism give a real life example?

561


What exactly is polymorphism?

610


What is cohesion in oop?

624


What is pure oop?

599


Can a destructor be called directly?

603


Can abstract class have normal methods?

615


What is the real time example of encapsulation?

599


What is constructor overloading in oop?

607


What are properties in oop?

611