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
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
What data structures are used to perform recursion?
Why do we need singleton?
Define array. Tell me about 2-D array.
What does split function do in java?
What is the full form of jpeg?
Which programming language is most secure?
Difference between start() and run() method of thread class?
Is passing by reference faster?
What does this () mean in constructor chaining concept?
What are the different access modifiers available in java?
Write a program to print 15 random numbers using foreach of java 8?
What are desktop procedures?
Why do people says “java is robust”?
What is difference between == equals () and compareto () method?