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
it is a language or tools?
what is the software to run the GSM gate opener program
what is web configuration file
3. What is the difference between testing and Quality Assurance?
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
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?
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?
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.
what is the similarity between networking devices?
Any real time example of O2C process from taking order till creating invoice.
Find out the roles which gives access to all tables in SAP? Thanks in advance.
how to add a new table with variables and thier values into a imported file uisng proc import?
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.
what is technical system, business system, logical system in sap pi7.0
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.