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 type of exceptions & problems are faced in production time at java technology?
what is web configuration file
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
what is oops?
9.Difference between even and odd signals?explain with the diagram?
What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?
Hai, My name is nisha.I have NIC exam.If anybody Knows NIC previous paper pattern pls send me to nishanairp@gmail.com
5. How do you round the addition or subtraction of two numbers in assembler?
What are the main principles of OOP?
why not instantiating servet using new operator?
What function would you use to extract characters from a given string?