Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我浏览这篇java world 文章时,它引用了这个。我试图查看文档,但找不到任何东西。
多态性只是面向对象编程的主要原则之一。
以面向对象风格设计的程序是使用类来封装各个功能(封装)并使用接口和/或抽象类将设计与实现(抽象)分开的程序。
如果你喜欢,“OOP 包括多态”,但“多态本身不足以定义 OOP”。