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

What is interface? When and where is it used?

1664


What is overriding in oops?

602


How to improve object oriented design skills?

569


What is the highest level of cohesion?

579


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

1942






What is the fundamental idea of oop?

638


What is the use of oops?

619


What is difference between polymorphism and inheritance?

617


Can you name some types of inheritance?

639


Which is not an object oriented programming language?

539


is there any choice in opting subjects like 4 out of 7

1729


What is purpose of inheritance?

643


Can an interface inherit a class?

557


What is constructor in oop?

587


Prepare me a program for the animation of train

1998