1 / 6

Polymorphism in java

Accord Info Matrix was founded in 2004 with the only vision of providing Quality Training Services to Students and Corporate Professionals.<br><br>We provide the Best Training in Chennai, as we are pioneers in the field for almost 14 years and provide the best kind of training experience for our students.<br><br>We have been successfully able to provide uncompromised Quality in our Training as we are spread over a space of 7000 sq ft well facilitated with the required Lab Infrastructure to provide Hands-On Practical Training to our students.

haseem
Télécharger la présentation

Polymorphism in java

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Polymorphism in Java accordittraining.com

  2. What is polymorphism? Polymorphism is the capability of a method to do different things based on the object that it is acting upon. 

  3. Types of Polymorphism There are two types of polymorphism in java:1) Static Polymorphism also known as compile time polymorphism2) Dynamic Polymorphism also known as runtime polymorphism

  4. Static Polymorphism: Polymorphism that is resolved during compiler time is known as static polymorphism or compile time polymorphism. Method overloading is an example of compile time polymorphism.

  5. Dynamic polymorphism It is also known as Dynamic Method Dispatch. Dynamic polymorphism is a process in which a call to an overridden method is resolved at runtime, thats why it is called runtime polymorphism.

  6. Contact US www.accordittraining.com Mail US: enquiry@accordittraining.com CALL US +91 9940289059

More Related