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


Please Help Members By Posting Answers For Below Questions

Is fortran faster than c?

572


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

1718


Explain what are multibyte characters?

621


What is function in c with example?

623


What are Macros? What are its advantages and disadvantages?

637






simple program of graphics and their output display

1463


What is an expression?

650


explain what are pointers?

613


What header files do I need in order to define the standard library functions I use?

535


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

596


What does sizeof int return?

588


How can I change the size of the dynamically allocated array?

624


what are non standard function in c

1429


How to set file pointer to beginning c?

661


Can a variable be both static and volatile in c?

602