Top Categories

8.7 Polymorphism in Java
  • Category:
  • Sub Category:
  • beginners
  • Tutorial
  • concept
  • Object Oriented
  • what is
  • scjp
  • object
  • telusko
  • run
  • question
No Views

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. 

Comments

You Might Be Interested In