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 are the different types of qualifier in java?
What are the 3 pillars of oop?
what is the sylabus for priliminaries?
How to call a non virtual function in the derived class by using base class pointer
Why do we need polymorphism in c#?
What is inheritance and how many types of inheritance?
What is polymorphism explain?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is the difference between a mixin and inheritance?
What is the difference between procedural programming and oops?
What is the diamond problem in inheritance?
What is polymorphism give a real life example?
what type of questions
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
can we make game by using c