Top Categories
What is Polymorphism? The ability of an object to take on many forms is known as polymorphism. The word "poly" means many and "morphs" means behavior. So polymorphism means many behavior. Types of polymorphism : compile time polymorphism and runtime polymorphism.