What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / sahithi
the main difference between oops and procedure oriented is
that in pop,main focus is upon methods,since a program in
pop is divided into small "functions", whereas in oop we
concentrate on "objects",which is called a real time entity
i.e;combination of data and methods.
and other things in oop is that as we are "wrapping" data
and methods in single unit(eg:class)data is more secured in
oop than pop since we cannot directly access the data.we
also have access modifiers to protect the data better than
pop.some of the features of oops like
class,object,inheritance,polymorphism,data
encapsulation,data abstraction,dynamic binding makes oops
more powerful in real world applications.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.
what is the use MDM(Master Data Management)and meaning
Write a shell program to test whether a given year is leap year or not ?
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
iam confused to choose among testing, .net and java can anybody help me????????
what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?
Explain the types of operations? Draw the figure for shift and rotate operations?
9.Difference between even and odd signals?explain with the diagram?
can we retrieve only integer/String type columns from a table,if yes how?
Where do we need Operator overloading?
how to generate dsnless connectivity in j2ee
What is the difference between WebIntelligence and Designer in creating universes?
what is the difference between Windows application and Unix application?
what is woransient key word? how it is used in java