what is the difference between procedure oriented and object
oriented progaming language



what is the difference between procedure oriented and object oriented progaming language..

Answer / shrikantauti

POP includes procedures, where in OOP everything created is an object.
object is an instance of all class, which is used to call the methods with the help of periods.
OOP is any how better than POP.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

What is dynamic dispatch in c++?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


What does d mean?

0 Answers  


#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif

4 Answers   IBM, Vector,


While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.

2 Answers  


What is an lvalue?

0 Answers  


What is an volatile variable?

15 Answers   HP,


print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5

3 Answers   Winit,


What is the difference between malloc() and calloc()?

3 Answers  


What is the role of && operator in a program code?

0 Answers  


What is the difference between mpi and openmp?

0 Answers  


write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  


Categories