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
Explain the advantages of inheritance.
What is polymorphism used for?
What is byval and byref? What are differences between them?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is for loop and its syntax?
what are the realtime excercises in C++?
What is abstraction and encapsulation?
How is class defined?
Why is object oriented programming so hard?
what type of question are asked in thoughtworks pair programming round ?
Is oop better than procedural?
What is meant by multiple inheritance?
Why do we use inheritance?
Can an interface inherit a class?
What is inheritance and how many types of inheritance?