[Home]Polymorphism

Robo Home | Changes | Preferences | AllPages

Showing revision 4
Polymorphism in robocode robots means having several classes that do something (e.g. spin the radar) all implementing a common method. The bot then switches between the modes using ModeSelection. --David Alves

Polymorphism is a general programming term, often held as one of the powerful strengths of ObjectOrientedProgramming. There are several ways to achieve Polymorphism with Java, inlcuding Inheritance?, Interface?s and several DesignPatterns like DesignPatterns/Strategy? and DesignPatterns/State. -- PEZ


Robo Home | Changes | Preferences | AllPages
Edit revision 4 of this page | View other revisions | View current revision
Edited March 27, 2003 10:16 EST by PEZ (diff)
Search: