Describe the different types of polymorphism
static polymorphism (early binding, compile time) - function and operator overloading.
dynamic polymorphism (late binding, run time) - virtual functions.
dynamic polymorphism (late binding, run time) - virtual functions.

0 Comments:
Post a Comment
<< Home