What are the main differences between procedure oriented
languages and object oriented languages?
Answer Posted / ashish tripathi
Pocedure Pogramming:
it concentrate the procedure .execution is going on through
procedure.it means that we can not jump without calling the
pevoius pocedure .
oop:
no restiction are there .
simply call whatever u want to execute.
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
how to get the oracle certification? send me the answer
What is abstraction encapsulation?
What is polymorphism oop?
Why do we use polymorphism?
When not to use object oriented programming?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is the significance of classes in oop?
What is the purpose of polymorphism?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
what are the different types of qualifier in java?
How can you overcome the diamond problem in inheritance?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is the real time example of encapsulation?
Can destructor be overloaded?
What is the diamond problem in inheritance?