what is object oriented programming and procedure oriented
programming?
Answer Posted / achal ubbott
OOP is basically a way of doing organized programming. When
in old times, computer programs began to expand hugely then
a need to organize the code became important. So OOP came
into being.
Otherwise procedural programming(like in C) is enough to
get things going. But huge programs in C become difficult
to deal with. Since everything is global so a lot of
inconsistencies may arise.
| Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
What is the important feature of inheritance?
Which method cannot be overridden?
Write a program to sort the number with different sorts in one program ??
What is polymorphism explain its types?
What are the benefits of interface?
What is balance factor?
What is difference between abstraction and encapsulation?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is the advantage of oop over procedural language?
What does and I oop and sksksk mean?
What is polymorphism what are the different types of polymorphism?
Why is polymorphism important in oop?
What is multilevel inheritance?
What is the point of polymorphism?
Why interface is used?