多态方法 meaning in English
polymorphic method
Examples
- After all , the ability to add such polymorphic methods is one of the key advantages of an object - oriented language
毕竟,添加这种多态方法的能力是面向对象语言的关键优势之一。 - In this chapter , you ' ll learn about polymorphism ( also called dynamic binding or late binding or run - time binding ) starting from the basics , with simple examples that strip away everything but the polymorphic behavior of the program
在本章,你将通过一些只有多态方法的小例子学习到多态性(动态绑定,后绑定或者运行时绑定) 。