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

What is the stack in c?

0 Answers  


Write a program that an operator and two operands read from input operand operator on the implementation and results display.

0 Answers  


Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com

0 Answers  


What is a memory leak in structures? How can we rectify that?

2 Answers  


Explain how to reverse singly link list.

0 Answers  






hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

0 Answers  


main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....

2 Answers  


How can I do peek and poke in c?

0 Answers  


Write a program to identify if a given binary tree is balanced or not.

0 Answers   JPMorgan Chase,


What is the difference between scanf and fscanf?

0 Answers  


Method Overloading exist in c ?

3 Answers   Wipro,


Give the rules for variable declaration?

0 Answers  


Categories