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
Is enum a class?
What is interface in oop?
Why polymorphism is used in oops?
Can a varargs method be overloaded?
What is polymorphism in oop example?
How is class defined?
Why it is called runtime polymorphism?
What is ambiguity in inheritance?
Why is there no multiple inheritance?
What is overriding in oops?
What is encapsulation with real life example?
What is encapsulation selenium?
what is the sylabus for priliminaries?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Why is abstraction needed?