What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / egal patel
**Object oriented languages are Java,VB.NET,C#.net
**procedural programming languages are C,VB,Perl,Basic
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
Outline the two important features of a terminating recursion. Any ideas?
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
I want Ada programming language books. Could anyone post me any link for that?
what is delegate and how works delegate and event.
what are all the ant command options
How can we develop a multi-tier application in Java?
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
What is dialog programming?
how to hide prompts
what is difference between object oriented programming structure and object oriented programming system?
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'
what is the difference between read the data from table and infotype
Explain the types of operations? Draw the figure for shift and rotate operations?