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 pointer in oop?
What is polymorphism and example?
#include
What are the features of oop?
What is a class and object?
write a program to find 2^n+1 ?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
How is class defined?
How do you achieve polymorphism?
Why is static class not inherited?
What is methods in oop?
What does I oop mean?
What is polymorphism used for?
class type to basic type conversion
What is super in oop?