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
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
What is the use of Differ interface check box in Ship confirm?
1) How can u create the table?
Is class is a abstract datatype in java?
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
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 technical system, business system, logical system in sap pi7.0
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
5.Call by value and Call by reference with program?
hi This is radhika.Can anyone help me to know the question papers of NATIONAL INFORMATICS CENTRE for the post of scientific officer/engineer? if anyone know plz tell me question paper pattern
i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......
I need source code for Enrollment System using Visual Basic 6.0/2008 database MS Access 2007 for my school thesis project...please help me..kindly send in my email jpinedamcp@gmail.com
what is the work of 1tier,2tier,&ntier? Plz Explain it!
hi i m deepak my shedule for NIC pi is 17 Apr please contact me if anybody has interview on same day or give me some idea who have faced
Difference between delegates and Events?