Podcast
Questions and Answers
Which of the following is an example of compile-time polymorphism?
Which of the following is an example of compile-time polymorphism?
- Dynamic method dispatch
- Method overloading (correct)
- Static method dispatch
- Method overwriting
Which of the following is an example of runtime polymorphism?
Which of the following is an example of runtime polymorphism?
- Method overwriting
- Static method dispatch
- Method overloading
- Dynamic method dispatch (correct)
Which of the following is a statically typed language?
Which of the following is a statically typed language?
- Ruby
- C++ (correct)
- Python
- JavaScript