What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / anjali singh
1)In POP there is no reusability of data which is possible
in OOP.
2)POP is not combined with built in data types whereas OOP
is combined with built in data types.
| Is This Answer Correct ? | 37 Yes | 8 No |
Post New Answer View All Answers
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
3. What is the difference between testing and Quality Assurance?
what is adodb??y it is used for connection of V.B and access??what is ado?dao?
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
what is delimiter in sas ?
What is the difference between CLEAR & RESET and OPEN & CLOSE OPCOEDS(USING RPG/400).wheare we can use this?can any body tell me in real time senario with example please?
differences between qtp10.0 and 11.0 ?
we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/
What is the entry point function of a DLL?
I HAVE DONE TESTING TOOLS COURSE,NOW I AM FRESHER,I AM NOT GETTING ANY CALLS,I WANT TO DO THE PROJECT ,WHERE I HAVE TO MEET TO DO THE PROJECT,I AM GOING WITH FAKE EXPERIENCE,SO WHAT I HAVE TO DO.
9.Difference between even and odd signals?explain with the diagram?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
how do find the user exit for selected feild whatis the process and can u plz explain it
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.