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


Please Help Members By Posting Answers For Below Questions

Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.

848


in IBM PC -AT.WAT AT REFERS TO?

1630


Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?

817


Which language they use during interview?

1737


What is the purpose of element of in Ajax

2220


hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.

1611


What is SAP TAO? · Which Version you are using? · What is the Latest Version in SAP TAO? · What are the Advantages in SAP TAO? · What are the Patches required for SAP TAO? · What is BPT? · Difference between BPT & SAP TAO? · Which Framework using for SAP TAO? · What is CBASE? · What is the SAP TAO Architecture? · What are the Prerequisites for SAP TAO? · SAP Solution Manager Mandatory for SAP TAO 1.0? · SAP Solution Manager Mandatory for SAP TAO 2.X? · What is UI Scanner? · What is Inspector? · How many ways to Create a components using TAO 1.0? · How many ways to Create a components using TAO 2.x? · Which service pack required for SAP TAO 2.7? · What is Import/Export? · What is Consolidate?

2609


in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?

1879


what is delimiter in sas ?

1762


One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)

3258


what is the software to run the GSM gate opener program

1924


Diff between IF and where ?

1774


what are the advantages of sap on other software ?

1917


WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.

2031


Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)

273