What are the main differences between procedure oriented
languages and object oriented languages?
Answer Posted / sudesh
Procedure Oriented Language: It follows the a procedure
that is simply saying it will go line by line in the code
unless if u mentioned any goto are any code breaking
keywords.
Object Oriented Language: In this each and every program is
called as Object. that is simply saying we will breake the
code in to small pieces and we will call the code when we
want.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is this pointer in oop?
What are the benefits of polymorphism?
Can a varargs method be overloaded?
Explain virtual inheritance?
What is the use of oops?
What are two types of polymorphism?
Please send ford technologies placement paper 2 my mail id
What is difference between data abstraction and encapsulation?
What is the point of polymorphism?
What does no cap mean?
What is encapsulation in simple terms?
Why is encapsulation used?
How long to learn object oriented programming?
What is destructor oops?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?