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
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
what is woransient key word? how it is used in java
Why did you ever become involved in QA/testing?
hoe to data grid use in sql server 2000?
define profiler???
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
what is c sharp dotnet
differences between qtp10.0 and 11.0 ?
what is throws keyword
Write a pascal program to calculate the sum of the first 100 even number and odd number
8.In DSP,Define Signal and System?and various type of signals.
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.