Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between procedure -oriented language
and object oriented language?

Answers were Sorted based on User's Feedback



What is the difference between procedure -oriented language and object oriented language?..

Answer / abhijitkadam

in procedure oriented language data has not security in
object ori data has security .in 1st program approach from
top to down in 2nd program approach from bottom to top.

Is This Answer Correct ?    131 Yes 26 No

What is the difference between procedure -oriented language and object oriented language?..

Answer / kirti joshi

pop focus more on function
oop focus on data
oop deals with real world object
In pop error detection is dificult as we cant know which
variable is associated with which function
in oop we can specify with the object tht which variable is
associated with which function
objects in oop creates many modules of program which is
flexible and easier to execute and also understand
OOP provides inheritance in which features can be added to
existing classes without modification

Is This Answer Correct ?    91 Yes 26 No

What is the difference between procedure -oriented language and object oriented language?..

Answer / shraddha..r

a]in pop importance is given for doing things.
in oop importance is given on data rather than procidure.
b]pop,most of function share global data.
oop,data structure are designed such that the
characterstics the object function that operate on the data
of an object which are tied together in the data structure.
c]pop,larger programs are divided into smaller programs
known as function.
oop,program are divided into smaller programs known as
objects.
d]in pop security is not provided for object.
in oop security is provided to data.
e]in pop top down approch.
in oop bottom up approch.

Is This Answer Correct ?    65 Yes 18 No

What is the difference between procedure -oriented language and object oriented language?..

Answer / bandi ravindrareddy

Re: What is the difference between procedure -oriented
language and object oriented language? Answer

pop focus more on function
oop focus on data
oop deals with real world object
In pop error detection is dificult as we cant know which
variable is associated with which function
in oop we can specify with the object that which variable is
associated with which function
objects in oop creates many modules of program which is
flexible and easier to execute and also understand
OOP provides inheritance in which features can be added to
existing classes without modification

# 1
in procedure oriented language data has not security in
object ori data has security .in 1st program approach from
top to down in 2nd program approach from bottom to top.
a]in pop importance is given for doing things.
in oop importance is given on data rather than procidure.
b]pop,most of function share global data.
oop,data structure are designed such that the
characterstics the object function that operate on the data
of an object which are tied together in the data structure.
c]pop,larger programs are divided into smaller programs
known as function.
oop,program are divided into smaller programs known as
objects.
d]in pop security is not provided for object.
in oop security is provided to data.
e]in pop top down approch.
in oop bottom up approch.

Is This Answer Correct ?    49 Yes 12 No

What is the difference between procedure -oriented language and object oriented language?..

Answer / uv

1)The main difference between pop & oop is, In pop the
entire program is divided in the form of function where as
in oop the program is splitted into objects.
2)In pop the data hidding is not possible where as in oop
the data hidding[abstraction]is possible.
3)POP is the top down proccesing and where as OOP is bottom
up proccesing

Is This Answer Correct ?    38 Yes 9 No

What is the difference between procedure -oriented language and object oriented language?..

Answer / anjali singh

1)In POP there is no reusability of data which is possible
in OOP.
2)POP is not combined with built in data types whereas OOP
is combined with built in data types.

Is This Answer Correct ?    37 Yes 8 No

What is the difference between procedure -oriented language and object oriented language?..

Answer / ranivattipolu

Procedure oriented language is a top-down apporach where as
object oriented language is the bottom up apporach

Is This Answer Correct ?    31 Yes 4 No

What is the difference between procedure -oriented language and object oriented language?..

Answer / 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

What is the difference between procedure -oriented language and object oriented language?..

Answer / rosey

where in the pop main program is divided into small part
depending on the functions where as in oops main program is
divided into small objects depending on the problem

Is This Answer Correct ?    24 Yes 18 No

What is the difference between procedure -oriented language and object oriented language?..

Answer / 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

More Programming Languages AllOther Interview Questions

sample code for data transfer between two r/2 systems and r/3 systems?

0 Answers  


Java is called as pure objerct oriented programming language, where as c++ is not completely object oriented.can any explain the detailed differenec between these two

4 Answers  


through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?

0 Answers   Motorola,


you have a computer with 80GB hard disk and ubuntu 8.04 is installed on entire hard disk.now you have to create a seprate partition for windows OS and install win XP as dual boot.write down the steps involved along with the commands

1 Answers   Anand Group, Indian Navy, TCS,


how many keywords are present in "c"?

18 Answers   Assurgent, Cynosure Software, IBM,


how we can call xml file in java file using Android platform?

2 Answers   TCS,


Hello all, My name is Nrupali, am a fresher, i know C language beginner. dont have any experience. planning to learn Php. let me know which language should i choose to learn or for salary purpose and growth??? kindly help me to take decision. thanks

1 Answers  


Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?

0 Answers  


what is polymorphism in java.

3 Answers   Atos Origin,


5. Which of the following can you do with DB2 Express- C? Query databases with SQL Query databases with XML using XQuery and XPath Use SQL in Xquery and Xquery in SQL All of the above

0 Answers  


Tag for turning an image into a hyperlink is

0 Answers  


what are other resources are needed for this mantis?

0 Answers  


Categories