What is the difference between procedure -oriented language
and object oriented language?
Answers were Sorted based on User's Feedback
Answer / poonam
procedure oriented language has provide the simplicity and
provide the base of language basic to c(procedure oriented
language)
object oriented language is used the functions and rules of
overall and other its own polymorphism,inheritance,classes,-
----etc...
thanks .
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / 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 |
What are the other ways to create an object with out calling new keyword in java?
what are stubs related to foxpro?
how will you do destructive read and non destructive read in data queue.....
what are other resources are needed for this mantis?
How to update a data for the views in the relational data base schema
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
Diff between %let and Call symput?
What is good attributes of Programming language ?
What is the entry point function of a DLL?
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 is meant by QUEUE?
can we extend a class having only one parameterised constructor.Suggest the process to do it.