what is the difference between structural,object
based,object orientd programming languages?
Answer Posted / 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 View All Answers
Write a program to print factorial of given number using recursion?
What is c value paradox explain?
What does 2n 4c mean?
What is huge pointer in c?
What is derived datatype in c?
What does volatile do?
What is spaghetti programming?
What is the main difference between calloc () and malloc ()?
What is a loop?
What is #include conio h?
What does c in a circle mean?
What is bss in c?
What is sizeof c?
What are the advantage of c language?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures