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
it is a language or tools?
can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
what is web service in java? have u use before.
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
EXPLAIN UNARY OPEARATORS
Write a program to swap the content of two variables without using a third variable.
is it acceptable if we declare multiple exceptions in same overridden method.
which book we learned this mantis? how many version are realsed this mantis upto now?
Hai, My name is nisha.I have NIC exam.If anybody Knows NIC previous paper pattern pls send me to nishanairp@gmail.com
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
Is the IT field raise again? What is the position of IT after 4 years?
How to call dll API sub routine in VB Form.
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.