What are the main differences between procedure oriented
languages and object oriented languages?
Answer Posted / hbp sandeep
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of polymorphism?
Whats oop mean?
What is persistence in oop?
What is the real time example of inheritance?
what are the ways in which a constructors can be called?
What makes a language oop?
Why do we use encapsulation in oops?
What is coupling in oops?
What does enum stand for?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is data binding in oops? What is the diamond problem in inheritance? Prepare me a program for the animation of train What are oops methods? What is encapsulation in simple terms?