what is the difference between procedure oriented and object
oriented progaming language
Answer Posted / 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 View All Answers
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is the difference between break and continue?
What is c++ used for today?
What is data structure in c and its types?
how to write a c program to print list of fruits in alpabetical order?
How does struct work in c?
Write a program to reverse a linked list in c.
What is assert and when would I use it?
What is c preprocessor mean?
Why does the call char scanf work?
Is there any demerits of using pointer?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
pierrot's divisor program using c or c++ code
How variables are declared in c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles