Java OCA OCP Practice Question 1306

Question

What is an example of polymorphism?

  • A. Inner classes
  • B. Anonymous classes
  • C. Method overloading
  • D. Method overriding


C

Note

Method overloading is an example of polymorphism.




PreviousNext

Related