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 the diamond problem in inheritance?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is destructor oops?
What is oops concept with example?
Can enum be null?
What is multilevel inheritance in oop?
Get me an image implementation program.
What is encapsulation in simple terms?
Why is oop useful?
What do you mean by Encapsulation?
When not to use object oriented programming?
What is static in oop?
Explain the advantages of inheritance.
Why do we need oop?