What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / maneesh jangid
in procedure language(algorithm) orinted languge i.e data
mode as per procedure.
Data are defined as global and accessible to all the
function of a program without ny restriction.
It provide less data security and less integrity.
In modular programming a program devided into function data
and function two seprate entities.
In execution of a program the functions interact with
eachother by parameter values and receiveing resulant data.
in object oriented programming is object data oriented.
Data encapsulated with function that opreate it.
It provide more data security and integrity.
Data and function viewed as single entity.
in oop object interact with each other by sending message
and receiving responces.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
how to check single or double byte in struts
which worker is involved in all the phases of SDLC?
how does database connection using ADO.NET?
what is class module in vb6? what it's use? with example..
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
what is session state?
what is the difference between Windows application and Unix application?
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
Hi all... I had completed MSC(Computer) and had join the construction company based on sap.they want me to work on abap.but software company is totally different from construction company and they want me 2 grasp it as fast i can.i am finding it difficult.what should i do??????
Why did you ever become involved in QA/testing?
Tag for turning an image into a hyperlink is
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
Difference between delegates and Events?
Which method protects back button to retrieve old value from previous page in Struts.