What is the difference between procedure -oriented language
and object oriented language?

Answer Posted / kirti joshi

pop focus more on function
oop focus on data
oop deals with real world object
In pop error detection is dificult as we cant know which
variable is associated with which function
in oop we can specify with the object tht which variable is
associated with which function
objects in oop creates many modules of program which is
flexible and easier to execute and also understand
OOP provides inheritance in which features can be added to
existing classes without modification

Is This Answer Correct ?    91 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.

1631


hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...

1754


Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?

1822


difference between mantis and other tools?

1807


SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?

1708


how to hide prompts

1608


How do i find out the number of parameters passed into function?

2405


Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".

2164


what are the activities you enjoy most and How do you see these Developing in the Future with Reference to in your work life and in your personal life

1233


What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe

1725


Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance

2076


Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.

2818


What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?

2002


will it allow to add same value in HashMap class.

1886


Write a shell program to test whether a given year is leap year or not ?

2459