Podcast
Questions and Answers
Which type of polymorphism is also known as method overloading?
Which type of polymorphism is also known as method overloading?
- Compile-time Polymorphism (correct)
- Static Polymorphism
- Runtime Polymorphism
- Dynamic Polymorphism
Which type of polymorphism is also known as method overriding?
Which type of polymorphism is also known as method overriding?
- Runtime Polymorphism (correct)
- Dynamic Polymorphism
- Static Polymorphism
- Compile-time Polymorphism
Which of the following languages is an example of a statically typed language?
Which of the following languages is an example of a statically typed language?
- PHP
- Java (correct)
- PERL
- Python