What do you understand by the term Polymorphism?

devquora
devquora

Posted On: Feb 22, 2018

 

Polymorphism is quickly portrayed as "one interface, numerous executions". Polymorphism is normal for having the capacity to allow an alternate significance or utilization to something in various settings – explicitly, to permit an element. For example, a variable, a capacity, or an article to have more than one structure.

There are two sorts of polymorphism:

  • Compile time polymorphism
  • Run time polymorphism

Compile time polymorphism is technique over-burdening though Runtime time polymorphism is finished utilizing legacy and interface.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Java 10 Interview Questions

    What is the technique adopted to create an immutable class?

    In order to create an immutable class, follow the below steps:..

    Java 10 Interview Questions

    What methodology can be utilized to link to a database?

    The following steps can be utilized to link to a database:..

    Java 10 Interview Questions

    Enlist some features of JDK.

    It represents a Java Development Kit...