Login
Remember
Register
CodersEditor Q&A
Online IDE
Questions
Unanswered
Tags
Users
Ask a Question
Programming Tutorials
Ask a Question
What is runtime polymorphism or dynamic method dispatch?
0
votes
asked
Jan 22, 2021
by
Annie
(
1.1k
points)
programming-languages
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 22, 2021
by
Inba
(
1.1k
points)
selected
Jan 22, 2021
by
Annie
Best answer
Run time polymorphism is when the overriding of a function takes place during the runtime rather than the compiling time of a program.
Please
log in
or
register
to add a comment.
Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
239
questions
203
answers
2
comments
692
users
Related questions
What is dynamic method dispatch in java?
What is Polymorphism?
What type of language is python? Programming or scripting?
Why the main method is static in java?
What is the process of compilation and linking in python?
...