basic difference between run time and compile time
polymorphism

Answer Posted / ramesh

for example when u wrote a program. first the code will
have to translated into machine code like dividing the
streams and analysing the syntax(eg:a*(b+c)).The time
during this process is run time.

After converting the source code instruction into machine
code, machine code instruction will be compiled as per
rules of the language. This time period of execution is
called compile time.

Is This Answer Correct ?    22 Yes 72 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the pattern for HAL Online-exam?

1894


what is difference between shell commands and shell scripting commands or both r same?

1813


difference between arrays and linked list in c language?

1768


why does a microprocessor generally hAVE more address lines than data lines?

1725


What is the purpose of dampening roller

1429


Write a program in ‘C’ that will accept 10 numbers from the user, sort them & then perform the binary search. The searching number will be arithmetic mean of the 10 numbers accepted from the user. Write the sort() & binSearch() functions for performing the sorting & binary search. Also create display function() for displaying the list. Sort() function will use selection sort and only receive one argument (Single char type)as type of sorting i.e. ascending (a) or descending (d). Display the list after sorting using a display() function. binSearch() function will accept one argument as a number to be search & return null or the index position of that number in the array. display() function is non argument non return type function. It will simply display the list row-wise. Program should use these functions by displaying the appropriate message for found or not found.

2097


a book consists of chapter ,chapter consist of sections and sections consists of subsections.construct a tree and print the node.

5254


what is the difference between oracle 8i vs 9i

1975


what is the difference between a decision statement and ea loop statement?

2120


Please explain why you are suitable for the position that you have applied for?

1806


what are basic step involved in embedded system software development?

2775


As a good company employee, can you report your supervisor to the company management if he or she is going against the company interest in his or her actions?

2269


1.what a diffrenrs v-lan & (layer)l-3,l-2 bitween plz define defination of these? 2.how to configur ms outlook & lotus note (ibm)

1692


what is a pointer in c language?

1544


If memory is allocated to a class,when object of the class is created then how do we use the abstract class methods.coz v cant create obj of abstract class, only reference is created,when the abstract class data and members got the space in memory??

2017