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 |
How can I send mail from within a c program?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is the difference between GETS();AND SCANF();
What is the equivalent code of the following statement in WHILE LOOP format?
How can you find the day of the week given the date?
What are register variables? What are the advantage of using register variables?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
how to determine the complexity of an algorithm as log(n)
How do I copy files?
What is array in C
What are qualifiers?
what is output of the following statetment?Printf(“%x”, -1<<4); ?