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


Please Help Members By Posting Answers For Below Questions

Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".

1951


write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.

1174


suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?

1494


I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution

2205


1.what is the vesition managment.

1674






iam confused to choose among testing, .net and java can anybody help me????????

1622


Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.

583


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

1524


What is diffrent between Method and and function in c#

1530


Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik

1750


Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance

1483


Find out the list of roles which gives access to GUI activities? thanks in advance

1717


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.

1810


what is the software to run the GSM gate opener program

1652


what is difference between kpo and it industry? that is in terms of work, package etc

1534