Primeira página Anterior Continuar Última página Sumário Gráfica
Java: Interfaces
Interface: pure abstract class
- no attributes
- no method definitions
- only constants and method declarations
- declared methods should be provided by classes that implement the interface
Polymorphism: similar to C++
- all objects are already handled by reference