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's the total generic pointer type?

0 Answers  


What is a substring in c?

0 Answers  


WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?

6 Answers   Finite Infotech, Lovely Professional University, Wipro,


what is linkage error when it occurs in c program

3 Answers  


Write a code to determine the total number of stops an elevator would take to serve N number of people.

0 Answers   Expedia,






char ch="{'H','I',0};printf("%s",ch);what is output

9 Answers   Accenture,


What is typedef?

1 Answers  


Where are some collections of useful code fragments and examples?

0 Answers   Celstream,


How do I swap bytes?

0 Answers  


Explain what is page thrashing?

0 Answers  


how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");

9 Answers   TCS,


Describe the order of precedence with regards to operators in C.

0 Answers  


Categories