what do you meant by Runtime Polymorphism?

Answer Posted / chinmay

run time polymorphism is the one that gets in to action
when we run our program it directly identifies which object
we are refering to and hence we get the required result it
takes the use of virtal functions to implement this.

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is anagram word?

521


What is difference between wait and notify in java?

543


Can a constructor have different name than a class name in java?

592


Can we override constructor in java?

578


Explain the difference between comparator and comparable in java?

484






Can list be final in java?

487


What are the methods available in a class?

587


What is a ternary operator in java? What is an interface?

553


Can we call thread start () twice?

519


How to sort array in descending order in java?

514


For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.

1583


Which is faster call by value or call by reference?

501


what is meant by encapsulation?

625


What is meant by oops concept in java?

506


What do you mean by access modifier?

558