摘要
在Java面向对象的程序设计中有效地利用多态性,可以提高程序的可扩充性、灵活性和程序代码的重用率。就Java语言支持的多态性作了全面的探讨,旨在希望Java程序设计人员能更好地利用多态性,开发高效、灵活、健壮的Java程序。
The Polymorphism is metioned in the Java Object Oriented programming,which could improve the Scalability,the flexibleness and the reusage of the programming. The article focuses on general discussing the Java's Polymorphism ,to help the Java programmer be full use of the Polymorphism ,and develop efficient,flexible and steady program
出处
《软件导刊》
2008年第7期63-65,共3页
Software Guide
关键词
重载
重写
接口
多态
OverLoad
Override
Interface
Polymorphism