Skip to main content

Polymorphism and Dynamic Binding


  • Polymorphism: One piece of code works with all shape objects.
  • Dynamic binding: How polymorphism is implemented
  • Take previous Shape class hierarchy 
    • remove inheritance 
    • remove general and abstract class Shape 

Comments

  1. The explanation for this subject was clear and precise.

    ReplyDelete
  2. Great work of using Polymorphism and Dynamic Binding in Java programming. This is short but very useful article. I am very impressed to see this article.

    ReplyDelete

Post a Comment