What is Polymorphism?
Generally, polymorphism refers to the ability to
appear in many forms
Polymorphism in a Java program
The ability of a reference variable to change
–
behavior according to what object instance it is
holding.
This allows multiple objects of different subclasses
–
to be treated as objects of a single super class,
while automatically selecting the proper methods to
apply to a particular object based on the subclass it
belongs to
4
List of Job consultancies in Chennai
-
*List of consultancy in chennai*
1. A & S Software Technologies
2. A G P International Services
3. A K Rajkhan Travels
4. Added Values
5. Aditya Consulta...
10 years ago
0 comments:
Post a Comment