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 |
What is dynamic dispatch in c++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What does d mean?
#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif
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.
What is an lvalue?
What is an volatile variable?
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
What is the difference between malloc() and calloc()?
What is the role of && operator in a program code?
What is the difference between mpi and openmp?
write a c program in such a way that if we enter the today date the output should be next day's date.