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
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?
sample code for data transfer between two r/2 systems and r/3 systems?
how to convert infix expression to prefix expression?
Explain polymorphism. Provide an example.
What is the difference beween joblib and steplib statements
what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!
can we use commit,rollback in triggers and how?
How to know we are in home page of a web application using QTP
how pseudo column works?
hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.
in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
How to print No.of.rows affected after updation using ADO.Net
what is dot net framework
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.