employer cover photo
employer logo

VMware Interview Question

Explain overall polymorphism using uml diagram?

Interview Answers

Anonymous

Sep 24, 2015

Drawn the diagram of the animal class and explained the compile time polymorphism and how run time polymorphism works.Method overloading and overriding in the classes. Java feature interface to support multipile inheritance

Anonymous

Sep 20, 2017

Compile time -> Overloading Runtime -> Overriding