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
Get me a number puzzle game-program
What is the difference between a mixin and inheritance?
What is use of overloading?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is stream in oop?
What are the benefits of polymorphism?
How many human genes are polymorphic?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is encapsulation example?
#include
Which type does string inherit from?
What is class and object in oops?
What is polymorphism give a real life example?
What is abstraction in oops?
What is polymorphism used for?