Word of today
Polymorphism is the ability for classes to provide different implementations of methods that are called by the same name. Polymorphism allows a method of a class to be called without regard to what specific implementation it provides.
posted @ 2006-09-01 15:06 CrazyCoder 阅读(151) 评论(0) 编辑