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


Please Help Members By Posting Answers For Below Questions

Which method cannot be overridden?

662


what are the different types of qualifier in java?

1919


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3659


Can we have inheritance without polymorphism?

703


What is the benefit of oop?

648






Explain virtual inheritance?

780


Whats is abstraction in oops?

702


Why do while loop is used?

660


c++ program to swap the objects of two different classes

1903


How oops is better than procedural?

675


Please send ford technologies placement paper 2 my mail id

1734


What is multilevel inheritance in oop?

642


What is methods in oop?

638


Where is pseudocode used?

645


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2193