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
Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance
Find out the list of roles which gives access to GUI activities? thanks in advance
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
What is autocall macro and how to create autocall macro? what is the use of it?
what is technical system, business system, logical system in sap pi7.0
I'm new to ABAP. What is Module pool in SAP?
which book we learned this mantis? how many version are realsed this mantis upto now?
1.Mutating table
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
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.
Difference of Console, web & windows applications?
what is adodb??y it is used for connection of V.B and access??what is ado?dao?
Write a pascal program to calculate the sum of the first 100 even number and odd number
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains