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

#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

3 Answers   IBM,


how write a addtion of two single dimensional array using of pointer in c language?

3 Answers   DRDO,


Explain how can I write functions that take a variable number of arguments?

0 Answers  


Explain what is the benefit of using enum to declare a constant?

0 Answers  


Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.

4 Answers  






What are structure types in C?

0 Answers  


what is ANSI and ISO

7 Answers   HCL,


How to avoid structure padding in C?

8 Answers   Tech Mahindra,


Is the exit() function same as the return statement? Explain.

0 Answers   Agilent, ZS Associates,


What is the difference between mpi and openmp?

0 Answers  


FILE PROGRAMMING

0 Answers   Wipro,


progrem to generate the following series 1 12 123 1234 12345

6 Answers   HCL, Wipro,


Categories