what do you meant by Runtime Polymorphism?

Answer Posted / ashish

first polymorphsm means ability to do more than one task as
ex.we can same function name for many times by passing
different no. of arguments...
now,run time polymorphism means adress of the code
(variable,function) is known (built)at the run time only
as ex. virtual function.....

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by platform independence?

586


What is a bubble sort in java?

547


What are the access modifiers available in java?

562


What is :: operator in java?

507


How do you initialize an arraylist in java?

511






How do you find the absolute value?

561


what is the messsage u r going to get from an objectoriented programing?

1613


What is the advantage of preparedstatement over statement?

564


Explain heap sort?

700


What are the legal operands of the instanceof operator?

566


How many types of variables are there?

672


How do I remove a character from a string in java?

500


what is predefined function in java?

539


Explain the difference between hashmap and hashtable in java?

488


How to display all the prime numbers between 1 and n (n is the number, get the input from user)

514