what is the difference between structural,object
based,object orientd programming languages?



what is the difference between structural,object based,object orientd programming languages?..

Answer / himanshu singh

In structural focus is more on procedures whereas in oject based focus is more on data..

one mr thing.. structural follows top down approach whereas object oriented follows bottom up approach

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More C Interview Questions

List some of the static data structures in C?

0 Answers  


What language is lisp written in?

0 Answers  


Is it fine to write void main () or main () in c?

0 Answers  


Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********

4 Answers  


How we can write a value to an address using macro..?

0 Answers   Tata Elxsi,






plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .

3 Answers  


Explain high-order bytes.

0 Answers  


How can I do serial ("comm") port I/O?

0 Answers   Celstream,


In c programming language, how many parameters can be passed to a function ?

0 Answers  


main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }

1 Answers  


What are the characteristics of arrays in c?

0 Answers  


What is an auto variable in c?

0 Answers  


Categories