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 |
Difference between delegates and Events?
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad
what diffrence between procedure and function?
what is the abap/4
Colors specified with the notation
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
How to swap values between two variables without using a third variable?
24 Answers HCL, TCS,
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
how do we provide security for web services
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.