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
What is difference between polymorphism and inheritance?
What is basic concept of oop?
Is abstract thinking intelligence?
How to hide the base class functionality in Inheritance?
Who invented oop?
What is cohesion in oop?
What are constructors in oop?
What does <> mean pseudocode?
What are benefits of oop?
What is abstract class in oops?
What is abstraction in oop?
What is the benefit of oop?
Which method cannot be overridden?
What is abstraction in oop with example?
What is the example of polymorphism?