What is polymorphism in Java
  What is polymorphism in Java
2D Graphics
3D Graphics
Web Design & Development
Business Applications
Business Development
Databases
Desktop Programming
Operating Systems
Video Editing
Miscellaneous
Newsletter
User Login
  • Username
  • Password
Stats
  • Tutorials: 39,022
  • Categories: 572

Java Tutorials : What is polymorphism in Java

Polymorphism is an Oops concept which advice use of common interface instead of concrete implementation while writing code. When we program for interface our code is capable of handling any new requirement or enhancement arise in near future due to new implementation of our common interface. If we don't use common interface and rely on concrete implementation, we always need to change and duplicate most of our code to support new implementation. Its not only java but other object oriented language like C++ also supports polymorphism and it comes as fundamental along with encapsulation , abstraction and inheritance. What is polymorphism in Java  tutorial
    View Tutorial

Detailed Information

     Tutorial: What is polymorphism in Java
     Date Listed: 2011-08-29
     Submitted By: javabuddy
     Total Hits: 947
     Rating Tutorial Rating 3.00Tutorial Rating 3.00Tutorial Rating 3.00Tutorial Rating 3.00Tutorial Rating 3.00 (31 votes)

    Discuss Tutorial
    Comment On Tutorial
    View Tutorial
    Report Broken Link

 





© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 3 - Follow our Sitemap