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
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.
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...
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?
difference between mantis and other tools?
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?
how to hide prompts
How do i find out the number of parameters passed into function?
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".
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
What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe
Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance
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.
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
will it allow to add same value in HashMap class.
Write a shell program to test whether a given year is leap year or not ?