Polymorphism Program in Java

Advertisements

Prev Tutorial Next Tutorial

Polymorphism Example in Java

Polymorphism represent more than one form. Here we write code for Polymorphism using Java programming.

Polymorphism Example in Java

class Person
{
void walk()
{
System.out.println("Can Run....");
}
}
class Employee extends Person
{
void walk()
{
System.out.println("Running Fast...");
}
public static void main(String arg[])
{
Person p=new Employee(); //upcasting
p.walk();
}
}

Output

Running fast...

Syntax to compile and run java program

Syntax

for compile -> c:/>javac Person.java
for run -> c:/>java Person

For more derails about Ploymorphism in Java


Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements