What is the difference between procedure -oriented language
and object oriented language?

Answer Posted / shraddha..r

a]in pop importance is given for doing things.
in oop importance is given on data rather than procidure.
b]pop,most of function share global data.
oop,data structure are designed such that the
characterstics the object function that operate on the data
of an object which are tied together in the data structure.
c]pop,larger programs are divided into smaller programs
known as function.
oop,program are divided into smaller programs known as
objects.
d]in pop security is not provided for object.
in oop security is provided to data.
e]in pop top down approch.
in oop bottom up approch.

Is This Answer Correct ?    65 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how many types of bytes are there???

1991


what is the difference between uservariables and systemvariables (in Environmental variables)???

1939


hoe to data grid use in sql server 2000?

1604


Need provab technical test questions

2399


which book we learned this mantis? how many version are realsed this mantis upto now?

1425






Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe

1470


What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?

1630


How to set fixed width in particular in html? if i type more character in this it will not push near . this is my question. can u tell me the answer...

2052


What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids

1619


what do u mean by tagging

1617


what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct

1686


Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)

1768


How do i find out the number of parameters passed into function?

2217


define profiler???

1609


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.

1854