Polymorphism

123456789
Across
  1. 2. Relationship where one class inherits from another class
  2. 3. Real-world example of polymorphism with animals as a theme
  3. 5. The ability to take many forms
  4. 7. Keywords that allow multiple functions to have the same name
  5. 8. Method overloading occurs at
  6. 9. Type of operator overloading
Down
  1. 1. Core principle of object oriented programming
  2. 3. Allows method calls to be resolved at runtime
  3. 4. Determines which method to invoke based on the method signature
  4. 6. Operator that can be overloaded