basic difference between run time and compile time
polymorphism
Answers were Sorted based on User's Feedback
Answer / siva
Run time polymorphism means later binding,function
overriding concepts are involved in this polymorphism.
compile time poly means early binding ,fn overloading
concepts
Is This Answer Correct ? | 69 Yes | 15 No |
Answer / farid
runtime polymorphism is based on overriding and compile
time polymorphism is based on overloading.
Is This Answer Correct ? | 35 Yes | 4 No |
Answer / 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 |
how u test the idoc in inbound and outbound?
how do we get persistent databases?
what is the working of tcp/ip?
Dear sir 1: i know about IIT & AIEEE prepration which city is best and top 1 position ? 2: Top 10 institute in INDIA for prepration to IIT & AIEEE plz get me detail knowldge? 3: where is better invoirnment availble for IIT & AIEEE entrance exam? 4: What diffrent between KOTA & DELHI institute and enviornment
what is buffer solution?
What is the reason of hunting of variable turbine geometry?
What is the instruction to load the register B?
what is the differance between a technology and an engineering ?
can i learn ad. java without learned core java? java is best or .net is best for summer training?
Write a program to count the no. of occurrence of word in given string Ex- Ram is good boy. Ram is doing good job. Ram – 2 is – 2 good – 2 boy – 1 doing –1 job – 1
What are the differences between 1 dimensional RAM and 2 dimensional RAM?
Write a function that responds to a click anywhere on the page by displaying an alert dialog. Display the event name if the user held Shift during the mouse click. Display the element name that triggered the event if the user held Ctrl during the mouse click. (Answer in Java Language)