3

(no rant) I am terribly confused by compile time polymorphism...Java help needed

Comments
  • 1
    Well what's confusing you about it?
  • 2
    @Zaphod65 how overloading become polymorphism!
  • 0
    @rijuthomas overloading is actually a specific type of polymorphism

    Also, google is your friend here: "polymorphism vs overloading in Java"
  • 1
    There is overloading and overwriting, I think (not sure because I learnt it in Spanish).
    It's quite simple actually :)
  • 0
    @jstaiyo 'overriding', which sounds the same as 'overwriting'
Add Comment