Polymorphism Flashcards

1
Q

What is Polymorphism?

A

Polymorphism means having different forms.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two types of Polymorphism?

A
  1. Compile-Time Polymorphism, which deals with function overloading and operator overloading
  2. Run-Time Polymorphism, which is operator overriding
How well did you know this?
1
Not at all
2
3
4
5
Perfectly