Select from following answers:- dynamic polymorphism
- static polymorphism
- late binding
- runtime polymorphism
- All Above
'operator overloading' is an example of static polymorphism.
'operator' is the keyword used for operator overloading. It is done at the compile time. Early binding takes place.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator