Polymorphism Flashcards
1
Q
What is Polymorphism?
A
Polymorphism means having different forms.
2
Q
What are the two types of Polymorphism?
A
- Compile-Time Polymorphism, which deals with function overloading and operator overloading
- Run-Time Polymorphism, which is operator overriding