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
What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
how to display xisheet in list box in c# .net
hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...
how to study PHP my own? i reffered many sites.. but as being a fresher i couldnt follow those... which site will be the best one?
how CLR identify vb file?
how to add Servlet-api.jar file into eclipse 3.3.2 ?
What are two of your strengths that you will bring to our QA/testing team?
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
what are resources in case of Threads
What is web.configuration? how is it work? & wht is use this?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
what are the missinschema properties and should we pass primary key in select command
pleasew define carrier scope in abap (sap).
how can i create report in abap to insert data in table pa0002 using insert command
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?