Javatpoint Logo

EXAMPLE for polymorphism topic

By: saranr*** On: Mon Jan 30 14:13:31 IST 2017     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
I need more and better example for polymorphism to understand the polymorphism conceptsUp0Down

 
Image Created0Down

By: [email protected] On: Mon Jan 30 15:38:13 IST 2017 Question Reputation0 Answer Reputation0 Belt Series Points0 0User Image
Are You Satisfied :0Yes0No
 
method overloading and method overriding best examples for polymorphism.

1. method overloading is an example of static polymorphism. It takes place while compile time.

2. method overriding is an example of dynamic polymorphism. It takes places while run time.
Image Created0Down

By: [email protected] On: Thu Feb 02 15:06:47 IST 2017 Question Reputation0 Answer Reputation0 Belt Series Points0 0User Image
Are You Satisfied :0Yes0No