Saturday, January 28, 2012

What are the types of polymorphism ?

There are two types of polymorphism:
  1. Static (Compile time): Function Overloading, Operator Overloading
  2. Dynamic (Run time): Virtual Functions

No comments:

Post a Comment