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
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
the systematic access of small computers in a distributed data processing system is referred as?
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
what is the software to run the GSM gate opener program
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
what is apt_dump_score in datastage where it is useful
will it allow to add same value in HashMap class.
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
what is programmable BIST in today ic design
How to merge Action Form with Dyna Action Form in Struts.
Write a program to swap the content of two variables without using a third variable.
hai i am mca 2009 fresher.please tell me which certification helps me to get an IT job faster which institute is good in hyderabad.please mail me to prasanna.1856@rediff.com
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.