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

Answer Posted / bharat

In procedural program,programming logic follows certain procedures and the instructions are executed one after another.
In Oop,unit of program is object,which is nothing but combination of data and code.
In procedural program data is exposed to the whole program.
Where as in oops program ,its accisable within object and which in turn assures the security of the code.

Is This Answer Correct ?    20 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

it is a language or tools?

1804


what is the software to run the GSM gate opener program

1922


what is web configuration file

1760


3. What is the difference between testing and Quality Assurance?

1674


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

1652


in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?

1743


It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?

1726


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.

2035


what is the similarity between networking devices?

1893


Any real time example of O2C process from taking order till creating invoice.

2084


Find out the roles which gives access to all tables in SAP? Thanks in advance.

1757


how to add a new table with variables and thier values into a imported file uisng proc import?

1649


Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.

2571


what is technical system, business system, logical system in sap pi7.0

2330


Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.

1005