What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / 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 |
Post New Answer View All Answers
Write a shell program to test whether a given year is leap year or not ?
shall we execute our java programmes in jre
How does the TCP handle the issue of multiplexing?
what is web service in java? have u use before.
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
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
What is web.configuration? how is it work? & wht is use this?
I want Ada programming language books. Could anyone post me any link for that?
Explain what is OOPS and its concepts?
Write a program to swap the content of two variables without using a third variable.
can we extend a class having only one parameterised constructor.Suggest the process to do it.
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
what are the differences between CONS, LIST, and APPEND
< DL Compact > tag is used for