Polymorphism in Java - PowerPoint PPT Presentation

About This Presentation
Title:

Polymorphism in Java

Description:

Accord Info Matrix was founded in 2004 with the only vision of providing Quality Training Services to Students and Corporate Professionals. 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. 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. – PowerPoint PPT presentation

Number of Views:1076
Slides: 7
Provided by: haseem

less

Transcript and Presenter's Notes

Title: Polymorphism in Java


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
    java1) 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_at_accordittraining.com
CALL US 91 9940289059
Write a Comment
User Comments (0)
About PowerShow.com