What are the main differences between procedure oriented
languages and object oriented languages?
Answer Posted / varaprasad
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 ? | 28 Yes | 8 No |
Post New Answer View All Answers
Write a program to sort the number with different sorts in one program ??
What is difference between polymorphism and inheritance?
What is super in oop?
Can private class be inherited?
What is polymorphism what is it for and how is it used?
What are two types of polymorphism?
What is overloading in oops?
What is multilevel inheritance?
#include
What is a null tree?
What is polymorphism and its types?
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?
What are functions in oop?
What is a superclass in oop?
What is polymorphism give a real life example?