Podcast
Questions and Answers
Which type of polymorphism is also known as method overloading?
Which type of polymorphism is also known as method overloading?
- Static Polymorphism
- Dynamic Polymorphism
- Compile-time Polymorphism (correct)
- Runtime Polymorphism
Which type of polymorphism is also known as method overwriting?
Which type of polymorphism is also known as method overwriting?
- Dynamic Polymorphism
- Runtime Polymorphism (correct)
- Compile-time Polymorphism
- Static Polymorphism
Which type of typing requires explicit definition of data types?
Which type of typing requires explicit definition of data types?
- Dynamic Typing
- Weak Typing
- Static Typing (correct)
- Strong Typing