what is object oriented programming and procedure oriented
programming?
Answer Posted / subhashish sen
Object oriented programming as the name says everything is
object.that means the fundamental entity in object oriented
programming is an "OBJECT".For this we need to create a
class and by creating an object of that class we can
manipulate.And this programming follows bottom-up approach.
But in procedure oriented proramming,the fundamental entity
is a "FUNCTION"(procedure).that means if dividing a complex
program into number of functions and execute it in
collective manner.It follows top-down approach.
Is This Answer Correct ? | 33 Yes | 3 No |
Post New Answer View All Answers
Which method cannot be overridden?
what are the different types of qualifier in java?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Can we have inheritance without polymorphism?
What is the benefit of oop?
Explain virtual inheritance?
Whats is abstraction in oops?
Why do while loop is used?
c++ program to swap the objects of two different classes
How oops is better than procedural?
Please send ford technologies placement paper 2 my mail id
What is multilevel inheritance in oop?
What is methods in oop?
Where is pseudocode used?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?