Your browser does not support JavaScript!

The capability of a method to do different things based on the object that it is acting upon. In other words, it allows you define one interface and have multiple implementations.

  • Inheritance
  • Abstraction
  • Polymorphism Correct
  • Encapsulation
Similar CS-6203 questions