Beginner

Polymorphism on three classes

This Polymorphism is one of the special feature of OOPL(Object oriented Programming Language). The polymorphism can perform several functions with a single method. A simple example of Polymorphism is given below according to real world.

polymorphism

fig. Polymorphism in real world

The term polymorphism refers to the ability of two or more objects belonging to different classes to respond to exactly the same message (method call) in different class-specific ways.Read More »Polymorphism on three classes

Converting Number System

Just paste these java codes in your java file .Compile and Run it . Now u will be able to easily convert the Number… Read More »Converting Number System